mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
dts: g12a-skt: add i2c-0 enable
PD#156734: dts: g12a-skt: add i2c-0 Default freq 100k. Change-Id: Id39713b7d06b885667e5daef0a012bfae1b9882e Signed-off-by: Bo Yang <bo.yang@amlogic.com>
This commit is contained in:
@@ -995,7 +995,14 @@
|
||||
|
||||
&pwm_AO_cd {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
pinctrl-names="default";
|
||||
pinctrl-0=<&i2c0_master_pins2>;
|
||||
clock-frequency = <100000>; /* default 100k */
|
||||
};
|
||||
|
||||
&i2c3 {
|
||||
status = "okay";
|
||||
@@ -1272,3 +1279,4 @@
|
||||
&pwm_ef {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user