mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
ODROID-N2: arm64/dts: fix spidev compatible
Change-Id: I42409d3092f6ee0db9b6c6c64050316727ed4e8b
This commit is contained in:
committed by
Dongjin Kim
parent
4bc1edc31b
commit
5076d05342
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user