All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: nuvoton: Add missing aliases for serial0/serial1
@ 2022-04-09 14:33 ` Jonathan Neuschäfer
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Neuschäfer @ 2022-04-09 14:33 UTC (permalink / raw)
  To: openbmc
  Cc: Joel Stanley, Jonathan Neuschäfer, Rob Herring,
	Krzysztof Kozlowski, devicetree, linux-kernel

Without these, /chosen/stdout-path = "serial0:115200n8", as done in
nuvoton-wpcm450-supermicro-x9sci-ln4f.dts, does not work.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 arch/arm/boot/dts/nuvoton-wpcm450.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/nuvoton-wpcm450.dtsi b/arch/arm/boot/dts/nuvoton-wpcm450.dtsi
index 93595850a4c3c..57943bf5aa4a9 100644
--- a/arch/arm/boot/dts/nuvoton-wpcm450.dtsi
+++ b/arch/arm/boot/dts/nuvoton-wpcm450.dtsi
@@ -17,6 +17,8 @@ aliases {
 		gpio5 = &gpio5;
 		gpio6 = &gpio6;
 		gpio7 = &gpio7;
+		serial0 = &serial0;
+		serial1 = &serial1;
 	};

 	cpus {
--
2.35.1


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

* [PATCH] ARM: dts: nuvoton: Add missing aliases for serial0/serial1
@ 2022-04-09 14:33 ` Jonathan Neuschäfer
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Neuschäfer @ 2022-04-09 14:33 UTC (permalink / raw)
  To: openbmc
  Cc: devicetree, linux-kernel, Jonathan Neuschäfer, Rob Herring,
	Joel Stanley, Krzysztof Kozlowski

Without these, /chosen/stdout-path = "serial0:115200n8", as done in
nuvoton-wpcm450-supermicro-x9sci-ln4f.dts, does not work.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 arch/arm/boot/dts/nuvoton-wpcm450.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/nuvoton-wpcm450.dtsi b/arch/arm/boot/dts/nuvoton-wpcm450.dtsi
index 93595850a4c3c..57943bf5aa4a9 100644
--- a/arch/arm/boot/dts/nuvoton-wpcm450.dtsi
+++ b/arch/arm/boot/dts/nuvoton-wpcm450.dtsi
@@ -17,6 +17,8 @@ aliases {
 		gpio5 = &gpio5;
 		gpio6 = &gpio6;
 		gpio7 = &gpio7;
+		serial0 = &serial0;
+		serial1 = &serial1;
 	};

 	cpus {
--
2.35.1


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

* [PATCH v2] ARM: dts: nuvoton: wpcm450: Add missing aliases for serial0/serial1
  2022-04-09 14:33 ` Jonathan Neuschäfer
@ 2022-04-09 14:35   ` Jonathan Neuschäfer
  -1 siblings, 0 replies; 4+ messages in thread
From: Jonathan Neuschäfer @ 2022-04-09 14:35 UTC (permalink / raw)
  To: openbmc
  Cc: Joel Stanley, Jonathan Neuschäfer, Rob Herring,
	Krzysztof Kozlowski, devicetree, linux-kernel

Without these, /chosen/stdout-path = "serial0:115200n8", as done in
nuvoton-wpcm450-supermicro-x9sci-ln4f.dts, does not work.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---

v2:
- mention WPCM450 in the summary
---
 arch/arm/boot/dts/nuvoton-wpcm450.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/nuvoton-wpcm450.dtsi b/arch/arm/boot/dts/nuvoton-wpcm450.dtsi
index 93595850a4c3c..57943bf5aa4a9 100644
--- a/arch/arm/boot/dts/nuvoton-wpcm450.dtsi
+++ b/arch/arm/boot/dts/nuvoton-wpcm450.dtsi
@@ -17,6 +17,8 @@ aliases {
 		gpio5 = &gpio5;
 		gpio6 = &gpio6;
 		gpio7 = &gpio7;
+		serial0 = &serial0;
+		serial1 = &serial1;
 	};

 	cpus {
--
2.35.1


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

* [PATCH v2] ARM: dts: nuvoton: wpcm450: Add missing aliases for serial0/serial1
@ 2022-04-09 14:35   ` Jonathan Neuschäfer
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Neuschäfer @ 2022-04-09 14:35 UTC (permalink / raw)
  To: openbmc
  Cc: devicetree, linux-kernel, Jonathan Neuschäfer, Rob Herring,
	Joel Stanley, Krzysztof Kozlowski

Without these, /chosen/stdout-path = "serial0:115200n8", as done in
nuvoton-wpcm450-supermicro-x9sci-ln4f.dts, does not work.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---

v2:
- mention WPCM450 in the summary
---
 arch/arm/boot/dts/nuvoton-wpcm450.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/nuvoton-wpcm450.dtsi b/arch/arm/boot/dts/nuvoton-wpcm450.dtsi
index 93595850a4c3c..57943bf5aa4a9 100644
--- a/arch/arm/boot/dts/nuvoton-wpcm450.dtsi
+++ b/arch/arm/boot/dts/nuvoton-wpcm450.dtsi
@@ -17,6 +17,8 @@ aliases {
 		gpio5 = &gpio5;
 		gpio6 = &gpio6;
 		gpio7 = &gpio7;
+		serial0 = &serial0;
+		serial1 = &serial1;
 	};

 	cpus {
--
2.35.1


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

end of thread, other threads:[~2022-04-09 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09 14:33 [PATCH] ARM: dts: nuvoton: Add missing aliases for serial0/serial1 Jonathan Neuschäfer
2022-04-09 14:33 ` Jonathan Neuschäfer
2022-04-09 14:35 ` [PATCH v2] ARM: dts: nuvoton: wpcm450: " Jonathan Neuschäfer
2022-04-09 14:35   ` Jonathan Neuschäfer

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.