Skip to content

Commit ba9dfa7

Browse files
ConchuODkrzk
authored andcommitted
ARM: dts: socfpga: remove non-existent DAC from CycloneV devkit
There is no Rohm DAC on the CycloneV devkit according to the online documentation for it that I could find, and it definitely does not have a dh2228fv as this device does not actually exist! Remove the DAC node from the devicetree 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> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240717-partake-antivirus-3347e415fb7d@spud Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 62f95d8 commit ba9dfa7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_socdk.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,6 @@
151151

152152
&spi0 {
153153
status = "okay";
154-
155-
spidev@0 {
156-
compatible = "rohm,dh2228fv";
157-
reg = <0>;
158-
spi-max-frequency = <1000000>;
159-
};
160154
};
161155

162156
&usb1 {

0 commit comments

Comments
 (0)