ODROID-N2: arm64/dts: fix spidev compatible

Change-Id: I42409d3092f6ee0db9b6c6c64050316727ed4e8b
This commit is contained in:
Hyeonki Hong
2020-05-28 18:42:45 +09:00
committed by Dongjin Kim
parent 4bc1edc31b
commit 5076d05342

View File

@@ -757,12 +757,11 @@
spidev: spidev@0 {
status = "disabled";
compatible = "linux, spidev";
compatible = "linux,spidev";
reg = <0>;
/* spi default max clock 100Mhz */
spi-max-frequency = <100000000>;
};
};
&spifc {