ODROID-C4: arm64/dts: set spicc0 and i2c2 to enalbe by default

Change-Id: I08225fdb27743bd8195d50967b61867bf67ef937
This commit is contained in:
Hyeonki Hong
2020-04-03 11:50:13 +09:00
committed by Chris KIM
parent 680a313d14
commit 71db56cdf9

View File

@@ -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";