[PATCH] arm: kirkwood: pogo v4: Use a more common format for stdout-path
Pali Rohár
pali at kernel.org
Wed Mar 15 22:58:55 CET 2023
On Wednesday 15 March 2023 14:56:52 Tony Dinh wrote:
> The mainline Pogo V4 DTS uses a stdout-path format that is not
> recognizable by u-boot. Change it to a commonly used format.
Cannot we teach u-boot to understand also currently used format?
> Note that this patch removes the previous workaround for this board
> as discussed here:
> https://lists.denx.de/pipermail/u-boot/2023-February/508936.html
>
> Signed-off-by: Tony Dinh <mibodhi at gmail.com>
> ---
>
> arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi b/arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi
> index f9e127234c..9bb97c6b6b 100644
> --- a/arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi
> +++ b/arch/arm/dts/kirkwood-pogoplug-series-4-u-boot.dtsi
> @@ -1,7 +1,10 @@
> // SPDX-License-Identifier: GPL-2.0+
> /*
> * Copyright (C) 2023 Tony Dinh <mibodhi at gmail.com>
> - */
> -&uart0 {
> - u-boot,dm-pre-reloc;
> +*/
> +
> +/ {
> + chosen {
> + stdout-path = &uart0;
> + };
> };
> --
> 2.30.2
>
More information about the U-Boot
mailing list