Skip to content

Commit 9897831

Browse files
anarsoulwens
authored andcommitted
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: ca1170b ("clk: sunxi-ng: a64: force select PLL_MIPI in TCON0 mux") Reviewed-by: Dragan Simic <[email protected]> Reviewed-by: Chen-Yu Tsai <[email protected]> Tested-by: Frank Oltmanns <[email protected]> # on PinePhone Tested-by: Stuart Gathman <[email protected]> # on OG Pinebook Signed-off-by: Vasily Khoruzhick <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent 40384c8 commit 9897831

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/dt-bindings/clock/sun50i-a64-ccu.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
#define _DT_BINDINGS_CLK_SUN50I_A64_H_
4545

4646
#define CLK_PLL_VIDEO0 7
47+
#define CLK_PLL_VIDEO0_2X 8
4748
#define CLK_PLL_PERIPH0 11
49+
#define CLK_PLL_MIPI 17
4850

4951
#define CLK_CPUX 21
5052
#define CLK_BUS_MIPI_DSI 28

0 commit comments

Comments
 (0)