There is no rohm,dh2228fv on any of supported JH7110 boards - in fact the dh2228fv almost certainly does not exist as it is not a valid Rohm part number. Likely a typo by Maxime when adding the device originally, and should have been bh2228fv, but these boards do not have a bh2228fv either! Remove it from jh7110-common.dtsi - pretending to have a device so that the spidev driver will be bound by Linux is not acceptable. Fixes: 74fb20c8f05d ("riscv: dts: starfive: Add spi node and pins configuration") Signed-off-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> --- CC: Emil Renner Berthing <kernel@xxxxxxxx> CC: Conor Dooley <conor@xxxxxxxxxx> CC: Rob Herring <robh@xxxxxxxxxx> CC: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx> CC: Paul Walmsley <paul.walmsley@xxxxxxxxxx> CC: Palmer Dabbelt <palmer@xxxxxxxxxxx> CC: Albert Ou <aou@xxxxxxxxxxxxxxxxx> CC: William Qiu <william.qiu@xxxxxxxxxxxxxxxx> CC: linux-riscv@xxxxxxxxxxxxxxxxxxx CC: devicetree@xxxxxxxxxxxxxxx CC: linux-kernel@xxxxxxxxxxxxxxx --- arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi index 8ff6ea64f048..395436ec0f97 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi @@ -346,12 +346,6 @@ &spi0 { pinctrl-names = "default"; pinctrl-0 = <&spi0_pins>; status = "okay"; - - spi_dev0: spi@0 { - compatible = "rohm,dh2228fv"; - reg = <0>; - spi-max-frequency = <10000000>; - }; }; &sysgpio { -- 2.43.2