Skip to content

Commit 4bdea6e

Browse files
committed
riscv: dts: starfive: remove non-existent dac from jh7110
The jh7110 boards do not have a Rohm DAC on them as far as I can tell, and they certainly do not have a dh2228fv, as this device does not actually exist! Remove the dac nodes from the devicetrees as it is not acceptable to pretend to have a device on a board in order to bind the spidev driver in Linux. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 3d20e61 commit 4bdea6e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

arch/riscv/boot/dts/starfive/jh7110-common.dtsi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,12 +350,6 @@
350350
&spi0 {
351351
pinctrl-names = "default";
352352
pinctrl-0 = <&spi0_pins>;
353-
354-
spi_dev0: spi@0 {
355-
compatible = "rohm,dh2228fv";
356-
reg = <0>;
357-
spi-max-frequency = <10000000>;
358-
};
359353
};
360354

361355
&syscrg {

0 commit comments

Comments
 (0)