mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
dt-bindings: display: inno_hdmi: add aclk assignment in hdmi node
Signed-off-by: Damon Ding <damon.ding@rock-chips.com> Change-Id: I8be6bcac5de9d3a1ae03e35c09ef4c925f5a1ef4
This commit is contained in:
@@ -8,7 +8,7 @@ Required properties:
|
||||
- reg:
|
||||
Physical base address and length of the controller's registers.
|
||||
- clocks, clock-names:
|
||||
Phandle to hdmi controller clock, name should be "pclk"
|
||||
Phandle to hdmi controller clock, name should be "aclk" and "pclk".
|
||||
- interrupts:
|
||||
HDMI interrupt number
|
||||
- ports:
|
||||
@@ -22,8 +22,8 @@ hdmi: hdmi@20034000 {
|
||||
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";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&hdmi_ctl>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user