ARM: tegra: Add unit address to VDE IRAM area
authorThierry Reding <treding@nvidia.com>
Thu, 8 Mar 2018 13:54:46 +0000 (14:54 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 8 Mar 2018 13:59:51 +0000 (14:59 +0100)
Add the missing unit address for the VDE IRAM area node in accordance
with the mmio-sram device tree binding.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra20.dtsi

index 864a95872b8db5a3c6afbb27d157e075d1894abc..983dd5c1479459f2ba27f43dbefdbaaa411cffb5 100644 (file)
@@ -17,7 +17,7 @@
                #size-cells = <1>;
                ranges = <0 0x40000000 0x40000>;
 
-               vde_pool: vde {
+               vde_pool: vde@400 {
                        reg = <0x400 0x3fc00>;
                        pool;
                };