
17 Jul
2016
17 Jul
'16
4:13 p.m.
On 15 July 2016 at 16:17, Heiko Stuebner heiko@sntech.de wrote:
The function is very specific to the rk3288 in its arguments referencing the rk3288 cru and grf and every other rockchip soc has differing cru and grf registers. So make that function naming explicit.
Signed-off-by: Heiko Stuebner heiko@sntech.de
arch/arm/include/asm/arch-rockchip/clock.h | 2 +- arch/arm/mach-rockchip/rk3288/sdram_rk3288.c | 2 +- drivers/clk/clk_rk3288.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Acked-by: Simon Glass sjg@chromium.org