On 22 July 2016 at 15:51, Heiko Stuebner <[email protected]> wrote: > Add a driver for setting up and modifying the various PLLs and peripheral > clocks on the RK3188. > > Signed-off-by: Heiko Stuebner <[email protected]> > --- > 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 <[email protected]> Do you actually using CONFIG_OF_PLATDATA? _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

