mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
powerpc/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> Reviewed-by: Mark Brown <broonie@kernel.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211217221400.3667133-1-robh@kernel.org
This commit is contained in:
committed by
Michael Ellerman
parent
30e120e6a9
commit
9cbbe6bae9
@@ -25,14 +25,6 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
spi@f00 {
|
|
||||||
msp430@0 {
|
|
||||||
compatible = "spidev";
|
|
||||||
spi-max-frequency = <32000>;
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
psc@2000 { // PSC1
|
psc@2000 { // PSC1
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
@@ -34,12 +34,6 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
cell-index = <0>;
|
cell-index = <0>;
|
||||||
|
|
||||||
spidev@0 {
|
|
||||||
compatible = "spidev";
|
|
||||||
spi-max-frequency = <250000>;
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
psc@2200 { // PSC2
|
psc@2200 { // PSC2
|
||||||
|
Reference in New Issue
Block a user