clk: Add rp1 clock driver
authorPhil Elwell <phil@raspberrypi.com>
Mon, 10 Oct 2022 13:25:38 +0000 (14:25 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:34:46 +0000 (11:34 +0000)
commit1fce912dcdd0ee283914c6d8d1fad95d5ec3d20f
tree417a0a1ffd948ab43c952ea23b6b5402821a2996
parent32571b76b695e4f01bc6c7d16f4257bcad02be87
clk: Add rp1 clock driver

RP1 contains various PLLs and clocks for driving the hardware
blocks, so add a driver to configure these.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk-rp1.c [new file with mode: 0644]
include/dt-bindings/clock/rp1.h