• Geert Uytterhoeven's avatar
    riscv: dts: sifive: fu540-c000: Drop bogus soc node compatible values · 8fc6e62a
    Geert Uytterhoeven authored
    
    
    "make dtbs_check":
    
        arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dt.yaml: soc: $nodename:0: '/' was expected
        	From schema: Documentation/devicetree/bindings/riscv/sifive.yaml
        arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dt.yaml: soc: compatible: 'oneOf' conditional failed, one must be fixed:
        	'sifive,fu540-c000' is not one of ['sifive,hifive-unleashed-a00']
        	'sifive,fu540-c000' is not one of ['sifive,hifive-unmatched-a00']
        	'sifive,fu540-c000' was expected
        	'sifive,fu740-c000' was expected
        	'sifive,fu540' was expected
        	'sifive,fu740' was expected
        	From schema: Documentation/devicetree/bindings/riscv/sifive.yaml
    
    This happens because the "soc" subnode declares compatibility with
    "sifive,fu540-c000" and "sifive,fu540", while these are only intended
    for the root node.
    
    Fix this by removing the bogus compatible values from the "soc" node.
    Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
    Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
    Signed-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
    8fc6e62a
fu540-c000.dtsi 7.45 KB