mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ARM: dts: rk3036: add the aclk for hdmi
As the inno-hdmi driver introduced this clock, add it for dts supporting. Change-Id: I43328a25f0ac72d5a5b7631cc8ff6ce98b78669a Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
@@ -356,8 +356,8 @@
|
||||
compatible = "rockchip,rk3036-inno-hdmi";
|
||||
reg = <0x20034000 0x4000>;
|
||||
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru PCLK_HDMI>;
|
||||
clock-names = "pclk";
|
||||
clocks = <&cru ACLK_VIO>, <&cru PCLK_HDMI>;
|
||||
clock-names = "aclk", "pclk";
|
||||
rockchip,grf = <&grf>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&hdmi_ctl>;
|
||||
|
||||
Reference in New Issue
Block a user