clk: rockchip: convert manually created factor clocks to the new type
authorHeiko Stuebner <heiko@sntech.de>
Sat, 20 Jun 2015 14:06:02 +0000 (16:06 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 4 Feb 2016 14:54:20 +0000 (15:54 +0100)
commit36714529f8bbd4f8eaf93b50f4a64c52a24879aa
tree5dfef90e5569cd0ad8f90cf2eac5ca58525eb94f
parent29a30c269aba4223e2a8b443f443d7def1e43fea
clk: rockchip: convert manually created factor clocks to the new type

Clean up the init code and move the creation of factor clocks to the
appropriate positions coming from the clock architecture diagrams.

This also unifies the artificial separation of the hclk_vcodec etc clocks
again.

We do keep the separate definition of some watchdog and usb480m pseudo
clocks for now, as they're not real factor clocks from the clock-tree
but placeholders for fixes to come (usb480m gets supplied by the
missing driver for the new usbphy type and the watchdog-gate is sitting
somewhere else together which we cannot model currently).

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3036.c
drivers/clk/rockchip/clk-rk3188.c
drivers/clk/rockchip/clk-rk3228.c
drivers/clk/rockchip/clk-rk3288.c
drivers/clk/rockchip/clk-rk3368.c