arm64: dts: renesas: rzg3s-smarc-som: Spelling s/device-type/device_type/
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Tue, 10 Oct 2023 13:27:01 +0000 (16:27 +0300)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 12 Oct 2023 18:33:48 +0000 (20:33 +0200)
Fix the following DTBS check warnings:

    arch/arm64/boot/dts/renesas/r9a08g045s33-smarc.dt: /: memory@48000000: 'device-type' does not match any of the regexes: 'pinctrl-[0-9]+'
    from schema $id: http://devicetree.org/schemas/memory.yaml#
    arch/arm64/boot/dts/renesas/r9a08g045s33-smarc.dtb: /: memory@48000000: 'device_type' is a required property
    from schema $id: http://devicetree.org/schemas/memory.yaml#

Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20231010132701.1658737-7-claudiu.beznea.uj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi

index 185ca8289a359450ebefb89f812949d4692eb672..a199de8f8b025109e5e50b5fe2db0f60130669de 100644 (file)
@@ -29,7 +29,7 @@
        };
 
        memory@48000000 {
-               device-type = "memory";
+               device_type = "memory";
                /* First 128MB is reserved for secure area. */
                reg = <0x0 0x48000000 0x0 0x38000000>;
        };