devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra: fix erroneous address in dts
@ 2016-07-14 16:48 Ralf Ramsauer
  2016-07-14 22:02 ` Thierry Reding
  0 siblings, 1 reply; 7+ messages in thread
From: Ralf Ramsauer @ 2016-07-14 16:48 UTC (permalink / raw)
  To: Thierry Reding, Stephen Warren, Alexandre Courbot
  Cc: linux-tegra, devicetree, linux-arm-kernel, Ralf Ramsauer,
	linux-kernel

c90bb7b enabled the high speed UARTs of the Jetson TK1. The address
specification inside the dts is wrong. Fix it and use the correct
address.

Fixes: c90bb7b9b9 ("ARM: tegra: Add high speed UARTs to Jetson TK1 device tree")
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
---
 arch/arm/boot/dts/tegra124-jetson-tk1.dts | 4 ++--
 1 file 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 941f362..f4d8125 100644
--- a/arch/arm/boot/dts/tegra124-jetson-tk1.dts
+++ b/arch/arm/boot/dts/tegra124-jetson-tk1.dts
@@ -1386,7 +1386,7 @@
 	 *   Pin 41: BR_UART1_TXD
 	 *   Pin 44: BR_UART1_RXD
 	 */
-	serial@70006000 {
+	serial@0,70006000 {
 		compatible = "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart";
 		status = "okay";
 	};
@@ -1398,7 +1398,7 @@
 	 *   Pin 71: UART2_CTS_L
 	 *   Pin 74: UART2_RTS_L
 	 */
-	serial@70006040 {
+	serial@0,70006040 {
 		compatible = "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart";
 		status = "okay";
 	};
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-07-18  9:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 16:48 [PATCH] ARM: tegra: fix erroneous address in dts Ralf Ramsauer
2016-07-14 22:02 ` Thierry Reding
     [not found]   ` <20160714220218.GB4205-+E7KM1FDEuO2P7RxrfNFTMXXUOn6P5/W@public.gmane.org>
2016-07-15  9:37     ` Ralf Ramsauer
     [not found]       ` <8a8ccb29-ba73-f29f-2b57-5c1d91e13bf7-ex4EvEgDZR1o7HI0AxOeTKwczVv4G7md@public.gmane.org>
2016-07-15 16:01         ` Stephen Warren
     [not found]           ` <578908CB.7040802-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2016-07-15 16:18             ` Ralf Ramsauer
     [not found]               ` <4a4d7fd4-7514-c5cb-435b-af34159fc1c4-ex4EvEgDZR1o7HI0AxOeTKwczVv4G7md@public.gmane.org>
2016-07-18  6:01                 ` Thierry Reding
     [not found]                   ` <20160718060129.GA10785-EkSeR96xj6Pcmrwk2tT4+A@public.gmane.org>
2016-07-18  9:25                     ` Ralf Ramsauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).