ARM: dts: stm32: argon: remove spidev node
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 24 Aug 2022 08:21:28 +0000 (10:21 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 12 Sep 2022 13:19:12 +0000 (15:19 +0200)
Commit 956b200a846e ("spi: spidev: Warn loudly if instantiated from DT
as "spidev"") states that there should not be spidev nodes in DTs.
Remove this non-HW description. There won't be a regression because it
won't bind since 2015 anyhow.

Fixes: 16e3e44c5b87 ("ARM: dts: stm32: Add support for the emtrion emSBC-Argon")
Cc: Reinhold Mueller <reinhold.mueller@emtrion.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi

index ac53ee3..30156b7 100644 (file)
        pinctrl-0 = <&spi1_pins_a>;
        cs-gpios = <&gpioz 3 0>;
        status = "disabled";
-
-       spidev@0  {
-               compatible = "spidev";
-               reg = <0>;
-               spi-max-frequency = <100000>;
-       };
 };
 
 &timers1 {