diff options
author | Olof Johansson <olof@lixom.net> | 2016-09-07 21:16:40 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-09-07 21:16:40 -0700 |
commit | d8b795f5e3a3f81e0635919b3c9cd746631a6a76 (patch) | |
tree | 0b686346f49e5ea095d7eafffe1eb32a6f74e853 /arch | |
parent | 7064f623c4cc8c8537745b5cdd21d9896100445c (diff) | |
download | linux-stable-d8b795f5e3a3f81e0635919b3c9cd746631a6a76.tar.gz linux-stable-d8b795f5e3a3f81e0635919b3c9cd746631a6a76.tar.bz2 linux-stable-d8b795f5e3a3f81e0635919b3c9cd746631a6a76.zip |
Revert "ARM: tegra: fix erroneous address in dts"
This reverts commit b5c86b7496d74f6e454bcab5166efa023e1f0459.
This is no longer needed due to other changes going into 4.8 to rename
the unit addresses on a large number of device nodes. So it was picked up
for v4.8-rc1 in error.
Reported-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/tegra124-jetson-tk1.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra124-jetson-tk1.dts b/arch/arm/boot/dts/tegra124-jetson-tk1.dts index 6403e0de540e..e52b82449a79 100644 --- a/arch/arm/boot/dts/tegra124-jetson-tk1.dts +++ b/arch/arm/boot/dts/tegra124-jetson-tk1.dts @@ -1382,7 +1382,7 @@ * Pin 41: BR_UART1_TXD * Pin 44: BR_UART1_RXD */ - serial@0,70006000 { + serial@70006000 { compatible = "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart"; status = "okay"; }; @@ -1394,7 +1394,7 @@ * Pin 71: UART2_CTS_L * Pin 74: UART2_RTS_L */ - serial@0,70006040 { + serial@70006040 { compatible = "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart"; status = "okay"; }; |