dts: g12a-skt: removed repetitive definition of i2c pinmux
authorBo Yang <bo.yang@amlogic.com>
Sat, 3 Feb 2018 08:48:15 +0000 (16:48 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Mon, 5 Mar 2018 06:11:34 +0000 (14:11 +0800)
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>
arch/arm64/boot/dts/amlogic/g12a_skt.dts
arch/arm64/boot/dts/amlogic/mesong12a.dtsi

index 65a5302..f29f6e1 100644 (file)
 &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 {
index 424a694..23a5a99 100644 (file)
                        function = "pwm_e";
                };
        };
-
-       c_i2c_master_pin1:c_i2c_pin1 {
-               mux {
-                       groups = "i2c3_sck_a",
-                               "i2c3_sda_a";
-                       function = "i2c3";
-               };
-       };
 };
 
 &pinctrl_aobus {