Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: sunxi: Export PLL_VIDEO_2X and PLL_MIPI

Export PLL_VIDEO_2X and PLL_MIPI, these will be used to explicitly
select TCON0 clock parent in dts

Fixes: ca1170b69968 ("clk: sunxi-ng: a64: force select PLL_MIPI in TCON0 mux")
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Tested-by: Frank Oltmanns <frank@oltmanns.dev> # on PinePhone
Tested-by: Stuart Gathman <stuart@gathman.org> # on OG Pinebook
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://patch.msgid.link/20250104074035.1611136-2-anarsoul@gmail.com
Signed-off-by: Chen-Yu Tsai <wens@csie.org>

authored by

Vasily Khoruzhick and committed by
Chen-Yu Tsai
9897831d 40384c84

+2
+2
include/dt-bindings/clock/sun50i-a64-ccu.h
··· 44 44 #define _DT_BINDINGS_CLK_SUN50I_A64_H_ 45 45 46 46 #define CLK_PLL_VIDEO0 7 47 + #define CLK_PLL_VIDEO0_2X 8 47 48 #define CLK_PLL_PERIPH0 11 49 + #define CLK_PLL_MIPI 17 48 50 49 51 #define CLK_CPUX 21 50 52 #define CLK_BUS_MIPI_DSI 28