]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
riscv: dts: starfive: remove non-existent dac from jh7110
authorConor Dooley <conor.dooley@microchip.com>
Thu, 13 Feb 2025 20:03:52 +0000 (20:03 +0000)
committerConor Dooley <conor.dooley@microchip.com>
Tue, 18 Feb 2025 16:27:53 +0000 (16:27 +0000)
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>
arch/riscv/boot/dts/starfive/jh7110-common.dtsi

index dd2eefc295e5c8b568a02104ec2189e66b378904..c2f70f5e2918fcd30dc862d932dc6eec8b9fb1b7 100644 (file)
 &spi0 {
        pinctrl-names = "default";
        pinctrl-0 = <&spi0_pins>;
-
-       spi_dev0: spi@0 {
-               compatible = "rohm,dh2228fv";
-               reg = <0>;
-               spi-max-frequency = <10000000>;
-       };
 };
 
 &syscrg {