drivers/clk/rockchip/clk-muxgrf.c
0 → 100644
+102
−0
+21
−0
Loading
Rockchip socs often have some tiny number of muxes not controlled from
the core clock controller but through bits set in the general register
files. Add a clock-type that can control these as well, so that we
don't need to work around them being absent.
Signed-off-by:
Heiko Stuebner <heiko@sntech.de>