forked from Ivasoft/openwrt
ramips: fix spidev generic nodes
Use linux,spidev compatible string. Move MZK-DP150N spidev to spi1 node. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
@@ -57,9 +57,8 @@
|
||||
spidev@1 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "spidev";
|
||||
compatible = "linux,spidev";
|
||||
reg = <1>;
|
||||
linux,modalias = "spidev", "spidev";
|
||||
spi-max-frequency = <10000000>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user