diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-05-12 02:17:47 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-05-14 20:55:00 +0400 |
commit | f9eb26a4e11c63bba2fb71b58dff5ed6f33091f9 (patch) | |
tree | ddaad1df61892825401bf550871127e9c8dfe4d6 /arch/arm/boot/dts/tegra-seaboard.dts | |
parent | 95decf84742d712a5875bb655cd7440f6d7c1184 (diff) | |
download | linux-f9eb26a4e11c63bba2fb71b58dff5ed6f33091f9.tar.xz |
ARM: dt: tegra: remove unnecessary unit addresses
DT node names only need to include the unit address if it's required to
make the node name unique. Remove the unnecessary unit addresses.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra-seaboard.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra-seaboard.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts index d4cbd8054c07..ea93332ef9a0 100644 --- a/arch/arm/boot/dts/tegra-seaboard.dts +++ b/arch/arm/boot/dts/tegra-seaboard.dts @@ -11,7 +11,7 @@ reg = <0x00000000 0x40000000>; }; - pinmux@70000000 { + pinmux { pinctrl-names = "default"; pinctrl-0 = <&state_default>; @@ -411,7 +411,7 @@ }; }; - emc@7000f400 { + emc { emc-table@190000 { reg = <190000>; compatible = "nvidia,tegra20-emc-table"; |