This is a note to let you know that I've just added the patch titled dt-bindings: clock: sunxi: Export PLL_VIDEO_2X and PLL_MIPI to the 6.12-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: dt-bindings-clock-sunxi-export-pll_video_2x-and-pll_.patch and it can be found in the queue-6.12 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit a78dfac1d4e1306fc92353a43823b6e184a41375 Author: Vasily Khoruzhick <anarsoul@xxxxxxxxx> Date: Fri Jan 3 23:36:57 2025 -0800 dt-bindings: clock: sunxi: Export PLL_VIDEO_2X and PLL_MIPI [ Upstream commit 9897831de614f1d8d5184547f0e7bf7665eed436 ] 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@xxxxxxxxxxx> Reviewed-by: Chen-Yu Tsai <wens@xxxxxxxx> Tested-by: Frank Oltmanns <frank@xxxxxxxxxxxx> # on PinePhone Tested-by: Stuart Gathman <stuart@xxxxxxxxxxx> # on OG Pinebook Signed-off-by: Vasily Khoruzhick <anarsoul@xxxxxxxxx> Acked-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> Link: https://patch.msgid.link/20250104074035.1611136-2-anarsoul@xxxxxxxxx Signed-off-by: Chen-Yu Tsai <wens@xxxxxxxx> Stable-dep-of: 0f368cb7ef10 ("clk: sunxi-ng: a64: drop redundant CLK_PLL_VIDEO0_2X and CLK_PLL_MIPI") Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/include/dt-bindings/clock/sun50i-a64-ccu.h b/include/dt-bindings/clock/sun50i-a64-ccu.h index 175892189e9dc..4f220ea7a23cc 100644 --- a/include/dt-bindings/clock/sun50i-a64-ccu.h +++ b/include/dt-bindings/clock/sun50i-a64-ccu.h @@ -44,7 +44,9 @@ #define _DT_BINDINGS_CLK_SUN50I_A64_H_ #define CLK_PLL_VIDEO0 7 +#define CLK_PLL_VIDEO0_2X 8 #define CLK_PLL_PERIPH0 11 +#define CLK_PLL_MIPI 17 #define CLK_CPUX 21 #define CLK_BUS_MIPI_DSI 28