mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
rk3288 hdmi: add cec clk and pinctrl.
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user