
30 Nov
2018
30 Nov
'18
10:05 p.m.
Make adjustments to the rv1108 clock driver in order to align it with the internal Rockchip version.
Signed-off-by: Otavio Salvador otavio@ossystems.com.br Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Changes in v5:
- applied changes sent by Vicent Chi
Changes in v4:
- revert a wrong removal of devices
Changes in v3: None Changes in v2: None
arch/arm/include/asm/arch-rockchip/clock.h | 6 + .../include/asm/arch-rockchip/cru_rv1108.h | 144 +++++- drivers/clk/rockchip/clk_rv1108.c | 475 +++++++++++++++++- include/dt-bindings/clock/rv1108-cru.h | 137 ++++- 4 files changed, 729 insertions(+), 33 deletions(-)
Applied to u-boot-rockchip, thanks!