rk3368: pinctrl: add hdmi-i2c-xfer
authorDavid Wu <wdc@rock-chips.com>
Mon, 15 Dec 2014 09:42:53 +0000 (17:42 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 15 Dec 2014 10:49:18 +0000 (18:49 +0800)
Signed-off-by: David Wu <wdc@rock-chips.com>
arch/arm64/boot/dts/rk3368.dtsi

index a902a21205d0f54c3215dee1c8268ec25aeb1b4d..e87da004476b2a439f58e4291b35271a9e820ee1 100644 (file)
                reg = <0x0 0xff980000 0x0 0x20000>;
                interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
                pinctrl-names = "default", "gpio";
-               pinctrl-0 = <&i2c5_xfer &hdmi_cec>;
+               pinctrl-0 = <&hdmii2c_xfer &hdmi_cec>;
                pinctrl-1 = <&i2c5_gpio>;
                clocks = <&clk_gates17 6>, <&clk_gates4 13>, <&clk_gates4 12>;
                clock-names = "pclk_hdmi", "hdcp_clk_hdmi", "cec_clk_hdmi";
                                rockchip,pins = <3 GPIO_C7 RK_FUNC_1 &pcfg_pull_none>;
                        };
                };
+
+               hdmi_i2c {
+                       hdmii2c_xfer: hdmii2c-xfer {
+                                rockchip,pins = <3 GPIO_D2 RK_FUNC_1 &pcfg_pull_none>,
+                                                <3 GPIO_D3 RK_FUNC_1 &pcfg_pull_none>;
+                        };
+               };
        };
 };