Commit b97967d7 authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Thierry Reding
Browse files

ARM: tegra: Add nvidia,memory-controller phandle to Tegra20 EMC device-tree



Add nvidia,memory-controller to the Tegra20 External Memory Controller
node. This allows to perform a direct lookup of the Memory Controller
instead of walking up the whole tree. This puts Tegra20 device-tree on
par with Tegra30+.

Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 5cf0cdbd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -663,6 +663,8 @@ emc: memory-controller@7000f400 {
		#address-cells = <1>;
		#size-cells = <0>;
		#interconnect-cells = <0>;

		nvidia,memory-controller = <&mc>;
	};

	fuse@7000f800 {