Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dt: tegra20: Rename "emc" to "memory-controller"

Use a more plain english name.

Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
[swarren: also rename the node in tegra-seaboard.dts]
Signed-off-by: Stephen Warren <swarren@nvidia.com>

authored by

hdoyu@nvidia.com and committed by
Stephen Warren
bfb3fe12 eed6e344

+2 -2
+1 -1
arch/arm/boot/dts/tegra-seaboard.dts
··· 334 334 }; 335 335 }; 336 336 337 - emc { 337 + memory-controller@0x7000f400 { 338 338 emc-table@190000 { 339 339 reg = <190000>; 340 340 compatible = "nvidia,tegra20-emc-table";
+1 -1
arch/arm/boot/dts/tegra20.dtsi
··· 177 177 0x58000000 0x02000000>; /* GART aperture */ 178 178 }; 179 179 180 - emc { 180 + memory-controller@0x7000f400 { 181 181 compatible = "nvidia,tegra20-emc"; 182 182 reg = <0x7000f400 0x200>; 183 183 #address-cells = <1>;