summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/clk-muxgrf.c
AgeCommit message (Collapse)AuthorFilesLines
2017-01-02clk: rockchip: add a clock-type for muxes based in the grfHeiko Stuebner1-0/+102
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>