mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
arm64: dts: rockchip: add HDMI cec support for rk3399
Change-Id: Ib27fa6c0475b060a4af5d79cc0e158070efbeceb Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
@@ -1911,11 +1911,13 @@
|
||||
reg-io-width = <4>;
|
||||
rockchip,grf = <&grf>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&hdmi_i2c_xfer>;
|
||||
pinctrl-0 = <&hdmi_i2c_xfer>, <&hdmi_cec>;
|
||||
power-domains = <&power RK3399_PD_HDCP>;
|
||||
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_SFR>, <&cru PLL_VPLL>, <&cru PCLK_VIO_GRF>;
|
||||
clock-names = "iahb", "isfr", "vpll", "grf";
|
||||
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_SFR>,
|
||||
<&cru PLL_VPLL>, <&cru PCLK_VIO_GRF>,
|
||||
<&cru SCLK_HDMI_CEC>;
|
||||
clock-names = "iahb", "isfr", "vpll", "grf", "cec";
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
|
||||
Reference in New Issue
Block a user