OSDN Git Service

h8300: dts: Fix /chosen:stdout-path
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 19 Aug 2020 12:28:38 +0000 (14:28 +0200)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 30 Mar 2022 09:57:36 +0000 (18:57 +0900)
    arch/h8300/boot/dts/h8s_sim.dts:11.3-25: Warning (chosen_node_stdout_path): /chosen:stdout-path: property is not a string
    arch/h8300/boot/dts/h8300h_sim.dts:11.3-25: Warning (chosen_node_stdout_path): /chosen:stdout-path: property is not a string

Drop the angle brackets to fix this.

A similar fix was already applied to arch/h8300/boot/dts/edosk2674.dts
in commit 780ffcd51cb28717 ("h8300: register address fix").

Fixes: 38d6bded13084d50 ("h8300: devicetree source")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/h8300/boot/dts/h8300h_sim.dts
arch/h8300/boot/dts/h8s_sim.dts

index 595398b..e1d4d9b 100644 (file)
@@ -8,7 +8,7 @@
 
        chosen {
                bootargs = "earlyprintk=h8300-sim";
-               stdout-path = <&sci0>;
+               stdout-path = &sci0;
        };
        aliases {
                serial0 = &sci0;
index 932cc3c..4848e40 100644 (file)
@@ -8,7 +8,7 @@
 
        chosen {
                bootargs = "earlyprintk=h8300-sim";
-               stdout-path = <&sci0>;
+               stdout-path = &sci0;
        };
        aliases {
                serial0 = &sci0;