Commit a9140aa5 authored by hdoyu@nvidia.com's avatar hdoyu@nvidia.com Committed by Stephen Warren

ARM: dt: tegra{20,30}.dtsi: Rename "mc" to "memory-controller"

Use a more plain english name.
Signed-off-by: default avatarHiroshi DOYU <hdoyu@nvidia.com>
[swarren: remove redundant unit address from tegra30.dtsi change]
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent dec195dc
...@@ -164,7 +164,7 @@ pmc { ...@@ -164,7 +164,7 @@ pmc {
reg = <0x7000e400 0x400>; reg = <0x7000e400 0x400>;
}; };
mc { memory-controller@0x7000f000 {
compatible = "nvidia,tegra20-mc"; compatible = "nvidia,tegra20-mc";
reg = <0x7000f000 0x024 reg = <0x7000f000 0x024
0x7000f03c 0x3c4>; 0x7000f03c 0x3c4>;
......
...@@ -167,7 +167,7 @@ pmc { ...@@ -167,7 +167,7 @@ pmc {
reg = <0x7000e400 0x400>; reg = <0x7000e400 0x400>;
}; };
mc { memory-controller {
compatible = "nvidia,tegra30-mc"; compatible = "nvidia,tegra30-mc";
reg = <0x7000f000 0x010 reg = <0x7000f000 0x010
0x7000f03c 0x1b4 0x7000f03c 0x1b4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment