linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: sun7i: fix typos in uart pin mux
@ 2019-03-26 11:29 Mans Rullgard
  2019-03-26 19:04 ` Maxime Ripard
  0 siblings, 1 reply; 2+ messages in thread
From: Mans Rullgard @ 2019-03-26 11:29 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: Chen-Yu Tsai, devicetree, linux-arm-kernel, linux-kernel,
	Werner Böllmann

The recently added uart mux options had a few typos.  Fix them.

Fixes: 43d0fe112585 ("ARM: dts: sun7i: add pinctrl for missing uart mux options")
Reported-by: Werner Böllmann <Werner.Boellmann@fh-dortmund.de>
Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 arch/arm/boot/dts/sun7i-a20.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index 9f8bd8f3164b..9234cf8f72bf 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -1006,19 +1006,19 @@
 
 			/omit-if-no-ref/
 			uart1_cts_rts_pa_pins: uart1-cts-rts-pa-pins {
-				pins = "PA12", "PIA13";
-				function = "uart2";
+				pins = "PA12", "PA13";
+				function = "uart1";
 			};
 
 			/omit-if-no-ref/
 			uart2_pa_pins: uart2-pa-pins {
-				pins = "PIA2", "PIA3";
+				pins = "PA2", "PA3";
 				function = "uart2";
 			};
 
 			/omit-if-no-ref/
 			uart2_cts_rts_pa_pins: uart2-cts-rts-pa-pins {
-				pins = "PA0", "PIA1";
+				pins = "PA0", "PA1";
 				function = "uart2";
 			};
 
-- 
2.21.0


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

* Re: [PATCH] ARM: dts: sun7i: fix typos in uart pin mux
  2019-03-26 11:29 [PATCH] ARM: dts: sun7i: fix typos in uart pin mux Mans Rullgard
@ 2019-03-26 19:04 ` Maxime Ripard
  0 siblings, 0 replies; 2+ messages in thread
From: Maxime Ripard @ 2019-03-26 19:04 UTC (permalink / raw)
  To: Mans Rullgard
  Cc: Chen-Yu Tsai, devicetree, linux-arm-kernel, linux-kernel,
	Werner Böllmann

[-- Attachment #1: Type: text/plain, Size: 452 bytes --]

On Tue, Mar 26, 2019 at 11:29:02AM +0000, Mans Rullgard wrote:
> The recently added uart mux options had a few typos.  Fix them.
>
> Fixes: 43d0fe112585 ("ARM: dts: sun7i: add pinctrl for missing uart mux options")
> Reported-by: Werner Böllmann <Werner.Boellmann@fh-dortmund.de>
> Signed-off-by: Mans Rullgard <mans@mansr.com>

Applied, thanks!
Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2019-03-26 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-26 11:29 [PATCH] ARM: dts: sun7i: fix typos in uart pin mux Mans Rullgard
2019-03-26 19:04 ` Maxime Ripard

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).