
9 Jun
2017
9 Jun
'17
2:01 a.m.
Shifted masks are the standard approach with rockchip since it allows use of the mask without shifting it each time. Update the definitions and the driver to match.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
arch/arm/include/asm/arch-rockchip/cru_rk3288.h | 74 ++++++++------- drivers/clk/rockchip/clk_rk3288.c | 121 ++++++++++-------------- 2 files changed, 90 insertions(+), 105 deletions(-)
Applied to u-boot-dm, thanks!