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:
Bo Yang
2018-02-03 16:48:15 +08:00
committed by Yixun Lan
parent 9ae75b9fde
commit f545e960a0
2 changed files with 2 additions and 9 deletions

View File

@@ -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 {

View File

@@ -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 {