arm: Add basic clocks for Rockchip rk3066a SoCs
authorHeiko Stuebner <heiko@sntech.de>
Thu, 13 Jun 2013 14:18:11 +0000 (16:18 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 21 Jun 2013 07:20:56 +0000 (09:20 +0200)
commit8b57b004839b9bf5fc0614e9ef342c09adfa6fb7
tree4dda165dcf4be52581c48842929af25605474b98
parent10021488997317d1121505a7ac659124c058efed
arm: Add basic clocks for Rockchip rk3066a SoCs

This adds a basic clock setup for rk3066a SoCs. Only the gates are
set up currently, as the mux and dividers should use the upcoming
generic devicetree bindings.

Clocks whose rates need to be known are supplied by fixed-rate
"dummy"-clocks that provide the correct rate. This is uncritical insofar
that the only bootloader currently in existence for Rockchip devices
is the propietary Rockchip one that always setups the clocks in the
necessary way.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Mike Turquette <mturquette@linaro.org>
arch/arm/boot/dts/rk3066a-clocks.dtsi [new file with mode: 0644]