All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
To: Thierry Reding <thierry.reding@gmail.com>,
	Stephen Warren <swarren@wwwdotorg.org>,
	arm@kernel.org
Cc: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>,
	Alexandre Courbot <gnurou@gmail.com>,
	linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org,
	stable@vger.kernel.org
Subject: [PATCH] ARM: tegra: fix erroneous address in dts
Date: Mon, 25 Jul 2016 22:02:52 +0200	[thread overview]
Message-ID: <1469476972-3624-1-git-send-email-ralf@ramses-pyramidenbau.de> (raw)

c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge
quirk, wrong addresses were introduced. Fix it and use the correct
addresses.

This patch is only required for 4.7.x, as there is another patch in the
queue for 4.8 that will remove all '0,' prefixes (b5896f67ab3c in
linux-next).

Fixes: c90bb7b9b9 ("ARM: tegra: Add high speed UARTs to Jetson TK1 device tree")
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
Acked-by: Thierry Reding <thierry.reding@gmail.com>
Cc: stable@vger.kernel.org
Cc: linux-tegra@vger.kernel.org
---
Stable maintainers,

this is targetted at v4.7 only, the offending patch was merged in 4.7-rc1.
We tried to get this in via ARM-SoC maintainers, but it was too late for 4.7.

Only 4.7.x is affected, as there is another patch in the queue that will fix this
issue in 4.8.

  Ralf
---
 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

             reply	other threads:[~2016-07-25 20:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-25 20:02 Ralf Ramsauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-14 16:48 [PATCH] ARM: tegra: fix erroneous address in dts Ralf Ramsauer
2016-07-14 16:48 ` Ralf Ramsauer
2016-07-14 16:48 ` Ralf Ramsauer
2016-07-14 22:02 ` Thierry Reding
2016-07-14 22:02   ` Thierry Reding
     [not found]   ` <20160714220218.GB4205-+E7KM1FDEuO2P7RxrfNFTMXXUOn6P5/W@public.gmane.org>
2016-07-15  9:37     ` Ralf Ramsauer
2016-07-15  9:37       ` Ralf Ramsauer
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
2016-07-15 16:01           ` Stephen Warren
2016-07-15 16:01           ` Stephen Warren
     [not found]           ` <578908CB.7040802-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2016-07-15 16:18             ` Ralf Ramsauer
2016-07-15 16:18               ` Ralf Ramsauer
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
2016-07-18  6:01                   ` Thierry Reding
2016-07-18  6:01                   ` Thierry Reding
     [not found]                   ` <20160718060129.GA10785-EkSeR96xj6Pcmrwk2tT4+A@public.gmane.org>
2016-07-18  9:25                     ` Ralf Ramsauer
2016-07-18  9:25                       ` Ralf Ramsauer
2016-07-18  9:25                       ` Ralf Ramsauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1469476972-3624-1-git-send-email-ralf@ramses-pyramidenbau.de \
    --to=ralf@ramses-pyramidenbau.de \
    --cc=arm@kernel.org \
    --cc=gnurou@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=swarren@wwwdotorg.org \
    --cc=thierry.reding@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.