Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1535661 > unrolled thread

[PATCH] dts: sun8i-h3: correct UART3 pin definitions

Started byjorik@kippendief.biz
First post2016-12-04 14:20 +0100
Last post2016-12-06 15:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] dts: sun8i-h3: correct UART3 pin definitions jorik@kippendief.biz - 2016-12-04 14:20 +0100
    Re: [PATCH] dts: sun8i-h3: correct UART3 pin definitions Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-12-06 15:10 +0100

#1535661 — [PATCH] dts: sun8i-h3: correct UART3 pin definitions

Fromjorik@kippendief.biz
Date2016-12-04 14:20 +0100
Subject[PATCH] dts: sun8i-h3: correct UART3 pin definitions
Message-ID<sKERY-7CR-7@gated-at.bofh.it>
From: Jorik Jonker <jorik@kippendief.biz>

In a previous commit, I made a copy/paste error in the pinmux
definitions of UART3: PG{13,14} instead of PA{13,14}. This commit takes
care of that. I have tested this commit on Orange Pi PC and Orange Pi
Plus, and it works for these boards.

Fixes: e3d11d3c45c5 ("dts: sun8i-h3: add pinmux definitions for
UART2-3")

Signed-off-by: Jorik Jonker <jorik@kippendief.biz>
---
 arch/arm/boot/dts/sun8i-h3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
index 75a8654..f4ba088 100644
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
@@ -410,7 +410,7 @@
 			};
 
 			uart3_pins: uart3 {
-				allwinner,pins = "PG13", "PG14";
+				allwinner,pins = "PA13", "PA14";
 				allwinner,function = "uart3";
 				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
 				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
-- 
2.9.3

[toc] | [next] | [standalone]


#1536998

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2016-12-06 15:10 +0100
Message-ID<sLoBs-335-13@gated-at.bofh.it>
In reply to#1535661

[Multipart message — attachments visible in raw view] — view raw

Hi Jorik,

On Sun, Dec 04, 2016 at 01:29:48PM +0100, jorik@kippendief.biz wrote:
> From: Jorik Jonker <jorik@kippendief.biz>
> 
> In a previous commit, I made a copy/paste error in the pinmux
> definitions of UART3: PG{13,14} instead of PA{13,14}. This commit takes
> care of that. I have tested this commit on Orange Pi PC and Orange Pi
> Plus, and it works for these boards.
> 
> Fixes: e3d11d3c45c5 ("dts: sun8i-h3: add pinmux definitions for
> UART2-3")
> 
> Signed-off-by: Jorik Jonker <jorik@kippendief.biz>

Thanks!

This looks like a late fix for the current release which comes to an
end. Can you resend it with arm@kernel.org as a recipient, so that the
ARM SoC maintainers can apply it directly?

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web