mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
ODROID-C4: arm64/dts: set spicc0 and i2c2 to enalbe by default
Change-Id: I08225fdb27743bd8195d50967b61867bf67ef937
This commit is contained in:
committed by
Dongjin Kim
parent
b684df6c47
commit
4701ae8be9
@@ -935,7 +935,7 @@
|
||||
}; /* end of pinctrl_aobus */
|
||||
|
||||
&spicc0 {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
|
||||
/*
|
||||
40 Pin Header : MOSI(GPIOX.8->19 Pin), MISO(GPIOX.9->21 Pin),
|
||||
@@ -959,7 +959,7 @@
|
||||
};
|
||||
|
||||
spidev@0 {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
|
||||
compatible = "linux,spidev";
|
||||
/* spi default max clock 100Mhz */
|
||||
@@ -1021,8 +1021,6 @@
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
status = "disabled";
|
||||
|
||||
pcf8563: rtc@51 {
|
||||
status = "disabled";
|
||||
compatible = "nxp,pcf8563";
|
||||
|
||||
Reference in New Issue
Block a user