Skip to content

Commit 4c4065c

Browse files
khayash1bebarino
authored andcommitted
clk: uniphier: Add audio system and video input clock control for PXs3
Add clocks for audio subsystem (AIO) and video input subsystem (EXIV) on UniPhier PXs3 SoC. Signed-off-by: Kunihiko Hayashi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent dd5e128 commit 4c4065c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/uniphier/clk-uniphier-sys.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ const struct uniphier_clk_data uniphier_pxs3_sys_clk_data[] = {
288288
UNIPHIER_CLK_GATE("sata0", 28, NULL, 0x210c, 7),
289289
UNIPHIER_CLK_GATE("sata1", 29, NULL, 0x210c, 8),
290290
UNIPHIER_CLK_GATE("sata-phy", 30, NULL, 0x210c, 21),
291+
UNIPHIER_LD11_SYS_CLK_AIO(40),
292+
UNIPHIER_LD11_SYS_CLK_EXIV(42),
291293
/* CPU gears */
292294
UNIPHIER_CLK_DIV4("cpll", 2, 3, 4, 8),
293295
UNIPHIER_CLK_DIV4("spll", 2, 3, 4, 8),

0 commit comments

Comments
 (0)