
23 Jul
2016
23 Jul
'16
4:08 a.m.
On 22 July 2016 at 15:51, Heiko Stuebner heiko@sntech.de wrote:
Add a driver for setting up and modifying the various PLLs and peripheral clocks on the RK3188.
Signed-off-by: Heiko Stuebner heiko@sntech.de
arch/arm/include/asm/arch-rockchip/cru_rk3188.h | 183 +++++++++ drivers/clk/rockchip/Makefile | 1 + drivers/clk/rockchip/clk_rk3188.c | 493 ++++++++++++++++++++++++ 3 files changed, 677 insertions(+) create mode 100644 arch/arm/include/asm/arch-rockchip/cru_rk3188.h create mode 100644 drivers/clk/rockchip/clk_rk3188.c
Acked-by: Simon Glass sjg@chromium.org
Do you actually using CONFIG_OF_PLATDATA?