mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dts: rockchip: rk3288-evb-android-rk808-edp-avb: assign clock parent for DCLK_VOP0 and DCLK_VOP1
Change-Id: I8712a64b56d7da9033e798e3dbfb435a70972b88 Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
@@ -33,3 +33,13 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&vopb {
|
||||
assigned-clocks = <&cru DCLK_VOP0>;
|
||||
assigned-clock-parents = <&cru PLL_GPLL>;
|
||||
};
|
||||
|
||||
&vopl {
|
||||
assigned-clocks = <&cru DCLK_VOP1>;
|
||||
assigned-clock-parents = <&cru PLL_CPLL>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user