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