rk3288 hdmi: add cec clk and pinctrl.

Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
Zheng Yang
2015-02-01 16:28:03 +08:00
parent a339b2f509
commit 1dd40af1d4
2 changed files with 17 additions and 3 deletions

View File

@@ -951,6 +951,20 @@
rockchip,pull = <VALUE_PULL_DISABLE>;
};
};
gpio7_cec {
hdmi_cec: hdmi-cec {
rockchip,pins = <EDPHDMI_CECINOUTRESERVED>;
rockchip,pull = <VALUE_PULL_NORMAL>;
rockchip,drive = <VALUE_DRV_DEFAULT>;
};
hdmi_cec_gpio: hdmi-cec-gpio {
rockchip,pins = <FUNC_TO_GPIO(EDPHDMI_CECINOUTRESERVED)>;
rockchip,pull = <VALUE_PULL_DISABLE>;
rockchip,drive = <VALUE_DRV_DEFAULT>;
};
};
//to add

View File

@@ -731,10 +731,10 @@
reg = <0xff980000 0x20000>;
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default", "sleep";
pinctrl-0 = <&i2c5_sda &i2c5_scl>;
pinctrl-0 = <&i2c5_sda &i2c5_scl &hdmi_cec>;
pinctrl-1 = <&i2c5_gpio>;
clocks = <&clk_gates16 9>, <&clk_gates5 12>;
clock-names = "pclk_hdmi", "hdcp_clk_hdmi";
clocks = <&clk_gates16 9>, <&clk_gates5 12>, <&clk_gates5 11>;
clock-names = "pclk_hdmi", "hdcp_clk_hdmi", "cec_clk_hdmi";
status = "disabled";
};