Skip to content

Commit 0f368cb

Browse files
anarsoulwens
authored andcommitted
clk: sunxi-ng: a64: drop redundant CLK_PLL_VIDEO0_2X and CLK_PLL_MIPI
Drop redundant CLK_PLL_VIDEO0_2X and CLK_PLL.MIPI. These are now defined in dt-bindings/clock/sun50i-a64-ccu.h 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]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent 9897831 commit 0f368cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/clk/sunxi-ng/ccu-sun50i-a64.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
/* PLL_VIDEO0 exported for HDMI PHY */
2323

24-
#define CLK_PLL_VIDEO0_2X 8
2524
#define CLK_PLL_VE 9
2625
#define CLK_PLL_DDR0 10
2726

@@ -32,7 +31,6 @@
3231
#define CLK_PLL_PERIPH1_2X 14
3332
#define CLK_PLL_VIDEO1 15
3433
#define CLK_PLL_GPU 16
35-
#define CLK_PLL_MIPI 17
3634
#define CLK_PLL_HSIC 18
3735
#define CLK_PLL_DE 19
3836
#define CLK_PLL_DDR1 20

0 commit comments

Comments
 (0)