ODROID-N2:40p expansion I2C function enabled by default.

Change-Id: Ifd14a7a8b0fbd14d636122c013cad3452e3ae245
This commit is contained in:
Kevin Kim
2019-03-07 14:25:47 +09:00
committed by Dongjin Kim
parent 56eab9fb24
commit a4a2424ceb

View File

@@ -404,7 +404,7 @@
};
&i2c2 {
status = "disabled";
status = "okay";
pinctrl-names = "default","gpio_periphs";
/* 40 Pin Header : SDA(GPIOX.17->3 Pin), SCL(GPIOX.18->5 Pin) */
pinctrl-0 = <&i2c2_master_pins1>;
@@ -415,7 +415,7 @@
&i2c3 {
/* default i2c clock-frequency is 100Khz */
status = "disabled";
status = "okay";
/* Hardkernel I2C 3.5" Touchscreen */
/* drivers/input/sx8650.c */