[U-Boot] [PATCH 0/2] rk3399: add soc basic driver support
Kever Yang
kever.yang at rock-chips.com
Mon Jul 25 06:50:57 CEST 2016
This patchset add basic driver like clock, grf, sysreset for rk3399,
and enable clock init in emmc driver.
This patchset has tested on rk3399 evb.
Kever Yang (2):
rk3399: add basic soc driver
mmc: rockchip: add clock init
arch/arm/include/asm/arch-rockchip/cru_rk3399.h | 93 +++
arch/arm/mach-rockchip/rk3399/Makefile | 2 +
arch/arm/mach-rockchip/rk3399/reset_rk3399.c | 45 ++
arch/arm/mach-rockchip/rk3399/syscon_rk3399.c | 20 +
drivers/clk/Makefile | 1 +
drivers/clk/clk_rk3399.c | 825 ++++++++++++++++++++++++
drivers/mmc/rockchip_sdhci.c | 10 +-
include/configs/rk3399_common.h | 2 +-
8 files changed, 996 insertions(+), 2 deletions(-)
create mode 100644 arch/arm/include/asm/arch-rockchip/cru_rk3399.h
create mode 100644 arch/arm/mach-rockchip/rk3399/reset_rk3399.c
create mode 100644 arch/arm/mach-rockchip/rk3399/syscon_rk3399.c
create mode 100644 drivers/clk/clk_rk3399.c
--
1.9.1
More information about the U-Boot
mailing list