diff options
author | Rob Herring <robh@kernel.org> | 2021-12-18 01:12:32 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-12-20 18:01:40 +0300 |
commit | 8a3804c030e44335890bc9ca70cfa987488d9ec6 (patch) | |
tree | a0aa119d9fc5ab3690a9c62624fe6ced26c4b2f2 /arch/arm/boot/dts/imx6ul-prti6g.dts | |
parent | 8d5c175fe19ac171af1ecf4b4c7693f1b7d0bcb0 (diff) | |
download | linux-8a3804c030e44335890bc9ca70cfa987488d9ec6.tar.xz |
ARM: dts: Remove "spidev" nodes
"spidev" is not a real device, but a Linux implementation detail. It has
never been documented either. The kernel has WARNed on the use of it for
over 6 years. Time to remove its usage from the tree.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20211217221232.3664417-1-robh@kernel.org'
Reviwed-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-prti6g.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-prti6g.dts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/imx6ul-prti6g.dts b/arch/arm/boot/dts/imx6ul-prti6g.dts index d62015701d0a..c18390f238e1 100644 --- a/arch/arm/boot/dts/imx6ul-prti6g.dts +++ b/arch/arm/boot/dts/imx6ul-prti6g.dts @@ -78,12 +78,6 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_ecspi2>; status = "okay"; - - spi@0 { - compatible = "spidev"; - reg = <0>; - spi-max-frequency = <1000000>; - }; }; &fec1 { |