]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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>
Mon, 24 Aug 2020 03:35:00 +0000 (12:35 +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 595398b9d0180a805c0c70fc5a4d0501cdf76504..e1d4d9b7f6b40c04078e29c3592ac5f0f7d50319 100644 (file)
@@ -8,7 +8,7 @@
 
        chosen {
                bootargs = "earlyprintk=h8300-sim";
-               stdout-path = <&sci0>;
+               stdout-path = &sci0;
        };
        aliases {
                serial0 = &sci0;
index 932cc3c5a81bcdd2753681d671c5214c19d2fff5..4848e40e607ecc1da6d29f5dbc6a892d4e93d595 100644 (file)
@@ -8,7 +8,7 @@
 
        chosen {
                bootargs = "earlyprintk=h8300-sim";
-               stdout-path = <&sci0>;
+               stdout-path = &sci0;
        };
        aliases {
                serial0 = &sci0;