Skip to content

Commit 0b0891d

Browse files
committed
riscv: dts: jh7100: fix soc node compatible
The soc node should only have "simple-bus" in compatible. This matches what is done for: microchip/microchip-mpfs.dtsi canaan/k210.dtsi sifive/fu740-c000.dtsi This allows starfive.yaml to pass dt_binding_check without adding: - items: - const: starfive,jh7100 - const: simple-bus Signed-off-by: Drew Fustini <drew@beagleboard.org>
1 parent f1f4dc8 commit 0b0891d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/boot/dts/starfive/jh7100.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
};
8585

8686
soc {
87-
compatible = "starfive,jh7100", "simple-bus";
87+
compatible = "simple-bus";
8888
interrupt-parent = <&plic>;
8989
#address-cells = <2>;
9090
#size-cells = <2>;

0 commit comments

Comments
 (0)