Skip to content

Commit

Permalink
arm64: dts: rockchip: enable HDMI CEC on rk3328
Browse files Browse the repository at this point in the history
This patch enables HDMI CEC on RK3328 devices

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
  • Loading branch information
Kwiboo authored and ayufan committed Mar 7, 2019
1 parent 7093d70 commit 109aeeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3328.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,11 @@
interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru PCLK_HDMI>,
<&cru SCLK_HDMI_SFC>;
<&cru SCLK_HDMI_SFC>,
<&cru SCLK_RTC32K>;
clock-names = "iahb",
"isfr";
"isfr",
"cec";
phys = <&hdmiphy>;
phy-names = "hdmi";
pinctrl-names = "default";
Expand Down

0 comments on commit 109aeeb

Please sign in to comment.