mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: rk3568-evb: assign DCLK_VOP2 to PLL_GPLL
If not assigned, the clock parent of DCLK_VOP2 will be PLL_HPLL in uboot, which affects HDMI display. Signed-off-by: Damon Ding <damon.ding@rock-chips.com> Change-Id: Ife948de756281ed197413301ce1b05ddb80fe3d9
This commit is contained in:
@@ -1857,8 +1857,8 @@
|
||||
|
||||
&vop {
|
||||
status = "okay";
|
||||
assigned-clocks = <&cru DCLK_VOP0>, <&cru DCLK_VOP1>;
|
||||
assigned-clock-parents = <&pmucru PLL_HPLL>, <&cru PLL_VPLL>;
|
||||
assigned-clocks = <&cru DCLK_VOP0>, <&cru DCLK_VOP1>, <&cru DCLK_VOP2>;
|
||||
assigned-clock-parents = <&pmucru PLL_HPLL>, <&cru PLL_VPLL>, <&cru PLL_GPLL>;
|
||||
};
|
||||
|
||||
&vop_mmu {
|
||||
|
||||
Reference in New Issue
Block a user