linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] ARM: dts: nuvoton: wpcm450: Add missing aliases for serial0/serial1
@ 2022-06-06 21:31 Jonathan Neuschäfer
  2022-06-07 12:10 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2022-06-06 21:31 UTC (permalink / raw)
  To: openbmc
  Cc: Jonathan Neuschäfer, Rob Herring, Krzysztof Kozlowski,
	devicetree, linux-kernel

Without these, /chosen/stdout-path = "serial0:115200n8" does not work.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
v3:
- Move serial aliases to board-specific file

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

diff --git a/arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts b/arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
index 3ee61251a16d0..83363c578f53c 100644
--- a/arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
+++ b/arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
@@ -15,6 +15,11 @@ / {
 	model = "Supermicro X9SCi-LN4F BMC";
 	compatible = "supermicro,x9sci-ln4f-bmc", "nuvoton,wpcm450";

+	aliases {
+		serial0 = &serial0;
+		serial1 = &serial1;
+	};
+
 	chosen {
 		stdout-path = "serial0:115200n8";
 	};
--
2.35.1


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

* Re: [PATCH v3] ARM: dts: nuvoton: wpcm450: Add missing aliases for serial0/serial1
  2022-06-06 21:31 [PATCH v3] ARM: dts: nuvoton: wpcm450: Add missing aliases for serial0/serial1 Jonathan Neuschäfer
@ 2022-06-07 12:10 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-07 12:10 UTC (permalink / raw)
  To: Jonathan Neuschäfer, openbmc
  Cc: Rob Herring, Krzysztof Kozlowski, devicetree, linux-kernel

On 06/06/2022 23:31, Jonathan Neuschäfer wrote:
> Without these, /chosen/stdout-path = "serial0:115200n8" does not work.
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

end of thread, other threads:[~2022-06-07 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 21:31 [PATCH v3] ARM: dts: nuvoton: wpcm450: Add missing aliases for serial0/serial1 Jonathan Neuschäfer
2022-06-07 12:10 ` Krzysztof Kozlowski

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