On Tue, Apr 18, 2023 at 09:40:05AM +0200, Roman Beranek wrote: > Assign pll-mipi parent to tcon0's source clock via 'assigned-clocks'. > > Signed-off-by: Roman Beranek <me@xxxxxxx> > --- > arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > index 62f45f71ec65..e6a194db420d 100644 > --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi > @@ -411,6 +411,8 @@ tcon0: lcd-controller@1c0c000 { > #clock-cells = <0>; > resets = <&ccu RST_BUS_TCON0>, <&ccu RST_BUS_LVDS>; > reset-names = "lcd", "lvds"; > + assigned-clocks = <&ccu CLK_TCON0>; > + assigned-clock-parents = <&ccu CLK_PLL_MIPI>; assigned-clock-parents is fairly fragile, and it's essentially an OS decision, so that doesn't have much to do with the platform. Just force the parent in the clock driver, and prevent it from being reparented. It will be more robust, and we will be able to change it in the future easily. Maxime
Attachment:
signature.asc
Description: PGP signature