]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
loongarch: dts: remove non-existent DAC from 2k1000-ref
authorConor Dooley <conor.dooley@microchip.com>
Wed, 17 Jul 2024 09:37:55 +0000 (10:37 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 12 Feb 2025 20:48:51 +0000 (21:48 +0100)
The 2k1000 reference 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>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240717-preacher-sandal-2aeffa322b9f@spud
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/loongarch/boot/dts/loongson-2k1000-ref.dts

index 23cf26cc3e5f19703220bd20a8e12e1e61a1e941..3514ea78f525651050f58765f9606fb675e3daac 100644 (file)
 
        #address-cells = <1>;
        #size-cells = <0>;
-       spidev@0 {
-               compatible = "rohm,dh2228fv";
-               spi-max-frequency = <100000000>;
-               reg = <0>;
-       };
 };
 
 &ehci0 {