diff options
author | hdoyu@nvidia.com <hdoyu@nvidia.com> | 2012-05-16 19:47:47 +0000 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-06-11 11:48:42 -0600 |
commit | 4c5ddd952ef1e534b45218cf4ad74b5496e6406c (patch) | |
tree | 6d55f88192fef6c552b4c1ccabcb0fd2cd326c4d /Documentation/devicetree/bindings/arm | |
parent | bfb3fe12667244d2c51699608a1591f1fdb774e5 (diff) | |
download | talos-op-linux-4c5ddd952ef1e534b45218cf4ad74b5496e6406c.tar.gz talos-op-linux-4c5ddd952ef1e534b45218cf4ad74b5496e6406c.zip |
ARM: tegra20: Rename "emc" to "memory-controller"
Use a more plain english name.
Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra/emc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra/emc.txt b/Documentation/devicetree/bindings/arm/tegra/emc.txt index 09335f8eee00..4c33b29dc660 100644 --- a/Documentation/devicetree/bindings/arm/tegra/emc.txt +++ b/Documentation/devicetree/bindings/arm/tegra/emc.txt @@ -15,7 +15,7 @@ Child device nodes describe the memory settings for different configurations and Example: - emc@7000f400 { + memory-controller@7000f400 { #address-cells = < 1 >; #size-cells = < 0 >; compatible = "nvidia,tegra20-emc"; |