mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
dts: g12a-skt: removed repetitive definition of i2c pinmux
PD#156734: dts: g12a-skt: removed repetitive definition of i2c pinmux Replace i2c3 pinctrl with standard definition. Change-Id: I28f64dfde90ccb71f5b3fb12437b92f392de28ce Signed-off-by: Bo Yang <bo.yang@amlogic.com>
This commit is contained in:
@@ -1007,7 +1007,8 @@
|
||||
&i2c3 {
|
||||
status = "okay";
|
||||
pinctrl-names="default";
|
||||
pinctrl-0=<&c_i2c_master_pin1>;
|
||||
pinctrl-0=<&i2c3_master_pins2>;
|
||||
clock-frequency = <100000>; /* default 100k */
|
||||
|
||||
/* for ref board */
|
||||
ad82584f_62: ad82584f_62@62 {
|
||||
|
||||
@@ -1092,14 +1092,6 @@
|
||||
function = "pwm_e";
|
||||
};
|
||||
};
|
||||
|
||||
c_i2c_master_pin1:c_i2c_pin1 {
|
||||
mux {
|
||||
groups = "i2c3_sck_a",
|
||||
"i2c3_sda_a";
|
||||
function = "i2c3";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&pinctrl_aobus {
|
||||
|
||||
Reference in New Issue
Block a user