clk: en7523: Add clock driver for Airoha EN7523 SoC
authorFelix Fietkau <nbd@nbd.name>
Mon, 14 Mar 2022 08:44:04 +0000 (09:44 +0100)
committerStephen Boyd <sboyd@kernel.org>
Sat, 23 Apr 2022 02:16:50 +0000 (19:16 -0700)
commit1e627317919066386d089aaca1aab77bc5200c02
treed6748d04bb08a8c37058659550419b443e2a3bf4
parent038010bb30684c0219fa4f93a13149038f28291a
clk: en7523: Add clock driver for Airoha EN7523 SoC

This driver only registers fixed rate clocks, since the clocks are fully
initialized by the boot loader and should not be changed later, according
to Airoha.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20220314084409.84394-3-nbd@nbd.name
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk-en7523.c [new file with mode: 0644]