arm64: dts: rockchip: rk3399-evb-ind-lpddr4-linux: assigned clock parents for vop

The dclk parent for VOP->HDMI must from VPLL, the other can from CPLL.

Fixes: c2395e6617 ("arm64: dts: rockchip: add rk3399 evb ind v11 board support for linux")
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: Iac83d4e1911a07ccd20fc8a5ddbee48f470d06da
This commit is contained in:
Sandy Huang
2024-11-07 16:01:45 +08:00
committed by Tao Huang
parent 10f8a9f06a
commit 4e6b9720a3

View File

@@ -335,6 +335,9 @@
&vopb {
status = "okay";
assigned-clocks = <&cru DCLK_VOP0_DIV>;
/* The dclk parent for VOP->HDMI must from VPLL */
assigned-clock-parents = <&cru PLL_VPLL>;
};
&vopb_mmu {
@@ -343,6 +346,8 @@
&vopl {
status = "okay";
assigned-clocks = <&cru DCLK_VOP1_DIV>;
assigned-clock-parents = <&cru PLL_CPLL>;
};
&vopl_mmu {