mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ARM: dts: rk3288: add clock and pinctl for hdmi cec.
Change-Id: I6de8283516f01093213ea16f0792bcd10fb1af2b Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
This commit is contained in:
@@ -972,6 +972,7 @@
|
||||
<&cru PCLK_MIPI_DSI1>,
|
||||
<&cru SCLK_EDP_24M>,
|
||||
<&cru SCLK_EDP>,
|
||||
<&cru SCLK_HDMI_CEC>,
|
||||
<&cru SCLK_ISP_JPE>,
|
||||
<&cru SCLK_ISP>,
|
||||
<&cru SCLK_RGA>;
|
||||
@@ -1572,8 +1573,8 @@
|
||||
reg-io-width = <4>;
|
||||
rockchip,grf = <&grf>;
|
||||
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>;
|
||||
clock-names = "iahb", "isfr";
|
||||
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>;
|
||||
clock-names = "iahb", "isfr", "cec";
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <&hdmi_ddc>;
|
||||
pinctrl-1 = <&hdmi_gpio>;
|
||||
@@ -1958,6 +1959,10 @@
|
||||
&pcfg_pull_none>;
|
||||
};
|
||||
|
||||
hdmi_cec: hdmi-cec {
|
||||
rockchip,pins = <7 16 RK_FUNC_2 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
hdmi_ddc: hdmi-ddc {
|
||||
rockchip,pins = <7 19 RK_FUNC_2 &pcfg_pull_none>,
|
||||
<7 20 RK_FUNC_2 &pcfg_pull_none>;
|
||||
|
||||
Reference in New Issue
Block a user