Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0275e4aa authored by Thierry Reding's avatar Thierry Reding
Browse files

ARM: tegra: Add unit address to VDE IRAM area



Add the missing unit address for the VDE IRAM area node in accordance
with the mmio-sram device tree binding.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 55f939c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
		#size-cells = <1>;
		ranges = <0 0x40000000 0x40000>;

		vde_pool: vde {
		vde_pool: vde@400 {
			reg = <0x400 0x3fc00>;
			pool;
		};