* [PATCH 1/1] ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node
@ 2024-02-09 11:28 Ole P. Orhagen
2024-02-09 13:02 ` Linus Walleij
2024-02-22 7:04 ` Sudeep Holla
0 siblings, 2 replies; 4+ messages in thread
From: Ole P. Orhagen @ 2024-02-09 11:28 UTC (permalink / raw)
To: linux-arm-kernel
Cc: linus.walleij, ole, kristian.amlie, Ole P. Orhagen, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Liviu Dudau, Sudeep Holla,
Lorenzo Pieralisi, Andre Przywara, Claudiu Beznea, Shawn Guo,
Peter Rosin, devicetree, linux-kernel
Specify v2m_serial0 as the device for boot console output through the
stdout-path in the chosen node.
Signed-off-by: Ole P. Orhagen <ole.orhagen@northern.tech>
---
arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts b/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts
index 5916e4877eac..8bf35666412b 100644
--- a/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts
+++ b/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts
@@ -20,7 +20,9 @@ / {
#address-cells = <1>;
#size-cells = <1>;
- chosen { };
+ chosen {
+ stdout-path = &v2m_serial0;
+ };
aliases {
serial0 = &v2m_serial0;
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 1/1] ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node
2024-02-09 11:28 [PATCH 1/1] ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node Ole P. Orhagen
@ 2024-02-09 13:02 ` Linus Walleij
2024-02-20 7:30 ` Ole Orhagen
2024-02-22 7:04 ` Sudeep Holla
1 sibling, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2024-02-09 13:02 UTC (permalink / raw)
To: Ole P. Orhagen
Cc: linux-arm-kernel, ole, kristian.amlie, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Liviu Dudau, Sudeep Holla,
Lorenzo Pieralisi, Andre Przywara, Claudiu Beznea, Shawn Guo,
Peter Rosin, devicetree, linux-kernel
On Fri, Feb 9, 2024 at 12:29 PM Ole P. Orhagen
<ole.orhagen@northern.tech> wrote:
> Specify v2m_serial0 as the device for boot console output through the
> stdout-path in the chosen node.
>
> Signed-off-by: Ole P. Orhagen <ole.orhagen@northern.tech>
It's also the right way to do it.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Sudeep: are you queueing Vexpress DTS changes or do you want me
to handle it with other Versatile-ish ARM DTS stuff?
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node
2024-02-09 13:02 ` Linus Walleij
@ 2024-02-20 7:30 ` Ole Orhagen
0 siblings, 0 replies; 4+ messages in thread
From: Ole Orhagen @ 2024-02-20 7:30 UTC (permalink / raw)
To: Linus Walleij
Cc: linux-arm-kernel, ole, kristian.amlie, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Liviu Dudau, Sudeep Holla,
Lorenzo Pieralisi, Andre Przywara, Claudiu Beznea, Shawn Guo,
Peter Rosin, devicetree, linux-kernel
On Fri, Feb 9, 2024 at 2:02 PM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Fri, Feb 9, 2024 at 12:29 PM Ole P. Orhagen
> <ole.orhagen@northern.tech> wrote:
>
> > Specify v2m_serial0 as the device for boot console output through the
> > stdout-path in the chosen node.
> >
> > Signed-off-by: Ole P. Orhagen <ole.orhagen@northern.tech>
>
> It's also the right way to do it.
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
>
> Sudeep: are you queueing Vexpress DTS changes or do you want me
> to handle it with other Versatile-ish ARM DTS stuff?
>
> Yours,
> Linus Walleij
Is there anything else I need to do here, or can I consider this a
valid handoff and forget about it?
Yours,
Ole P.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node
2024-02-09 11:28 [PATCH 1/1] ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node Ole P. Orhagen
2024-02-09 13:02 ` Linus Walleij
@ 2024-02-22 7:04 ` Sudeep Holla
1 sibling, 0 replies; 4+ messages in thread
From: Sudeep Holla @ 2024-02-22 7:04 UTC (permalink / raw)
To: linux-arm-kernel, Ole P. Orhagen
Cc: Sudeep Holla, linus.walleij, ole, kristian.amlie, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Liviu Dudau, Lorenzo Pieralisi,
Andre Przywara, Claudiu Beznea, Shawn Guo, Peter Rosin,
devicetree, linux-kernel
On Fri, 09 Feb 2024 12:28:01 +0100, Ole P. Orhagen wrote:
> Specify v2m_serial0 as the device for boot console output through the
> stdout-path in the chosen node.
Applied to sudeep.holla/linux (for-next/vexpress/updates), thanks!
[1/1] ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node
https://git.kernel.org/sudeep.holla/c/bd2cb11fd765
--
Regards,
Sudeep
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-02-22 7:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-09 11:28 [PATCH 1/1] ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node Ole P. Orhagen
2024-02-09 13:02 ` Linus Walleij
2024-02-20 7:30 ` Ole Orhagen
2024-02-22 7:04 ` Sudeep Holla
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).