]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: eyeq: add EyeQ5 fixed factor clocks
authorThéo Lebrun <theo.lebrun@bootlin.com>
Wed, 6 Nov 2024 16:03:57 +0000 (17:03 +0100)
committerStephen Boyd <sboyd@kernel.org>
Thu, 14 Nov 2024 22:52:27 +0000 (14:52 -0800)
commit5e01124a2c0a42dc6b587b0b09b204a5389f8d7b
tree54c61b8bd75f848cccc5d19d753d66ca0a61cd22
parent4a1ae0486dfee0aa3dcf3d312ece326870341f57
clk: eyeq: add EyeQ5 fixed factor clocks

Expose additional clocks on EyeQ5. Some indexes come from dt-bindings
headers, others are private to the driver.

Few clocks are early (of_clk_init() stage: core clocks and UART clock),
others can wait until platform device probe. The source for this list
is downstream Mobileye kernel and some internal documentation.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Link: https://lore.kernel.org/r/20241106-mbly-clk-v2-6-84cfefb3f485@bootlin.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-eyeq.c