]> Git Repo - u-boot.git/commit
rockchip: rk3308: Move cru and grf include files to arch-rockchip
authorJonas Karlman <[email protected]>
Mon, 8 Apr 2024 18:14:11 +0000 (18:14 +0000)
committerKever Yang <[email protected]>
Fri, 26 Apr 2024 07:47:03 +0000 (15:47 +0800)
commitc5b8eaff632e8c46f77ba1587568a698a5b6f039
treec31853f76c57d58d173fa85e20b276c4d06a5baf
parent275550787220589b81a46e925c81a961505f6931
rockchip: rk3308: Move cru and grf include files to arch-rockchip

Move cru_rk3308.h and grf_rk3308.h to arch-rockchip to match path used
for all other Rockchip SoCs.

Signed-off-by: Jonas Karlman <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
arch/arm/include/asm/arch-rk3308/cru_rk3308.h [deleted file]
arch/arm/include/asm/arch-rk3308/grf_rk3308.h [deleted file]
arch/arm/include/asm/arch-rockchip/cru_rk3308.h [new file with mode: 0644]
arch/arm/include/asm/arch-rockchip/grf_rk3308.h [new file with mode: 0644]
arch/arm/mach-rockchip/rk3308/clk_rk3308.c
arch/arm/mach-rockchip/rk3308/rk3308.c
board/firefly/firefly-rk3308/roc_cc_rk3308.c
drivers/clk/rockchip/clk_rk3308.c
drivers/net/gmac_rockchip.c
drivers/ram/rockchip/sdram_rk3308.c
This page took 0.039831 seconds and 4 git commands to generate.