
12 Jul
2017
12 Jul
'17
12:36 p.m.
The rk3368_clk_priv has two unused fields: rate, has_bwadj. This removes them as there's no need for either (i.e. has_bwadj is always true for the RK3368, according to its TRM).
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Reviewed-by: Simon Glass sjg@chromium.org
arch/arm/include/asm/arch-rockchip/cru_rk3368.h | 2 -- 1 file changed, 2 deletions(-)
Applied to u-boot-rockchip, thanks!