diff options
author | 2024-07-17 10:37:56 +0100 | |
---|---|---|
committer | 2024-12-29 11:02:50 +0100 | |
commit | ba9dfa76ebb030df6b605e16239a8052c3c02171 (patch) | |
tree | 322c3a6524a0ec34b8018476cc1af68da748e365 | |
parent | ARM: dts: marvell: mmp2-olpc-xo-1-75: Switch to {hp,mic}-det-gpios (diff) | |
download | wireguard-linux-ba9dfa76ebb030df6b605e16239a8052c3c02171.tar.xz wireguard-linux-ba9dfa76ebb030df6b605e16239a8052c3c02171.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_socdk.dts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_socdk.dts b/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_socdk.dts index d37a982e8571..97622febc44e 100644 --- a/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_socdk.dts +++ b/arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_socdk.dts @@ -151,12 +151,6 @@ &spi0 { status = "okay"; - - spidev@0 { - compatible = "rohm,dh2228fv"; - reg = <0>; - spi-max-frequency = <1000000>; - }; }; &usb1 { |