Skip to content

Commit dd6c778

Browse files
Andy Yanmmind
authored andcommitted
Revert "ARM: dts: rockchip: drop grf reference from rk3036 hdmi"
This reverts commit 1580ccb. The HSYNC/VSYNC polarity of rk3036 HDMI are controlled by GRF. Without the polarity configuration in GRF, it can be observed from the HDMI protocol analyzer that the H/V front/back timing output by RK3036 HDMI are currently not in line with the specifications. Signed-off-by: Andy Yan <[email protected]> Tested-by: Heiko Stuebner <[email protected]> #rk3036-kylin Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent cdc602a commit dd6c778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/rockchip/rk3036.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@
400400
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
401401
clocks = <&cru PCLK_HDMI>, <&cru SCLK_LCDC>;
402402
clock-names = "pclk", "ref";
403+
rockchip,grf = <&grf>;
403404
pinctrl-names = "default";
404405
pinctrl-0 = <&hdmi_ctl>;
405406
#sound-dai-cells = <0>;

0 commit comments

Comments
 (0)