
On 7 October 2016 at 20:54, Kever Yang kever.yang@rock-chips.com wrote:
Hi Simon,
On 10/02/2016 10:04 AM, Simon Glass wrote:
This function is called from outside the driver. It should be placed into common SoC code. Move it.
Also rename the driver symbol to be more consistent with the other rockchip clock drivers.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/arm/include/asm/arch-rockchip/cru_rk3399.h | 6 +++++ arch/arm/mach-rockchip/rk3399/Makefile | 1 + arch/arm/mach-rockchip/rk3399/clk_rk3399.c | 33 +++++++++++++++++++++++++ drivers/clk/rockchip/clk_rk3399.c | 24 +----------------- 4 files changed, 41 insertions(+), 23 deletions(-) create mode 100644 arch/arm/mach-rockchip/rk3399/clk_rk3399.c
[...]
Reviewed-by: Kever Yang kever.yang@rock-chips.com
Applied to u-boot-rockchip