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

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 <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1634000035-3114-2-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Kunihiko Hayashi and committed by
Stephen Boyd
4c4065c7 dd5e1280

+2
+2
drivers/clk/uniphier/clk-uniphier-sys.c
··· 288 288 UNIPHIER_CLK_GATE("sata0", 28, NULL, 0x210c, 7), 289 289 UNIPHIER_CLK_GATE("sata1", 29, NULL, 0x210c, 8), 290 290 UNIPHIER_CLK_GATE("sata-phy", 30, NULL, 0x210c, 21), 291 + UNIPHIER_LD11_SYS_CLK_AIO(40), 292 + UNIPHIER_LD11_SYS_CLK_EXIV(42), 291 293 /* CPU gears */ 292 294 UNIPHIER_CLK_DIV4("cpll", 2, 3, 4, 8), 293 295 UNIPHIER_CLK_DIV4("spll", 2, 3, 4, 8),