diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-06-30 01:21:37 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-07-11 17:48:09 +0300 |
commit | b5896f67ab3cf881a40d4ae9837bb32ec261f4c3 (patch) | |
tree | 1015c218452570fd745920998de7c4761df7778e /arch/arm/boot/dts/tegra124-nyan-big.dts | |
parent | aee7a747af6cb9631d608e3a3e4db34eaba65b1f (diff) | |
download | linux-b5896f67ab3cf881a40d4ae9837bb32ec261f4c3.tar.xz |
ARM: tegra: Remove commas from unit addresses on Tegra124
Remove commas from unit addresses as suggested by Rob Herring upon me
posting initial Apalis TK1 support:
http://article.gmane.org/gmane.linux.ports.tegra/26608
Please keep the remaining 0, notation on the GPU node in place as a
former mainline U-Boot version was looking for that particular notation
in order to perform required fix-ups on it.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra124-nyan-big.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra124-nyan-big.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra124-nyan-big.dts b/arch/arm/boot/dts/tegra124-nyan-big.dts index 2d21253ea4e3..67d7cfb32541 100644 --- a/arch/arm/boot/dts/tegra124-nyan-big.dts +++ b/arch/arm/boot/dts/tegra124-nyan-big.dts @@ -15,7 +15,7 @@ ddc-i2c-bus = <&dpaux>; }; - sdhci@0,700b0400 { /* SD Card on this bus */ + sdhci@700b0400 { /* SD Card on this bus */ wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_LOW>; }; @@ -26,7 +26,7 @@ nvidia,model = "GoogleNyanBig"; }; - pinmux@0,70000868 { + pinmux@70000868 { pinctrl-names = "default"; pinctrl-0 = <&pinmux_default>; |