]> Git Repo - J-u-boot.git/commit
arm: socfpga: Convert clock manager from struct to defines
authorLey Foon Tan <[email protected]>
Fri, 8 Nov 2019 02:38:21 +0000 (10:38 +0800)
committerMarek Vasut <[email protected]>
Tue, 7 Jan 2020 13:38:33 +0000 (14:38 +0100)
commit94172c7961124a4abf1aeedb1705a88a77744103
tree1a6756077070c3dba1861bceb1af27ad5a17b0f3
parentdb5741f7a85ec3ee79b64496172afaa7dc2cb225
arm: socfpga: Convert clock manager from struct to defines

Convert clock manager for Gen5, Arria 10 and Stratix 10 from struct
to defines.

Change to get clock manager base address from DT node instead of using
#define.

Signed-off-by: Ley Foon Tan <[email protected]>
Reviewed-by: Simon Goldschmidt <[email protected]>
arch/arm/mach-socfpga/clock_manager.c
arch/arm/mach-socfpga/clock_manager_arria10.c
arch/arm/mach-socfpga/clock_manager_gen5.c
arch/arm/mach-socfpga/clock_manager_s10.c
arch/arm/mach-socfpga/include/mach/clock_manager.h
arch/arm/mach-socfpga/include/mach/clock_manager_arria10.h
arch/arm/mach-socfpga/include/mach/clock_manager_gen5.h
arch/arm/mach-socfpga/include/mach/clock_manager_s10.h
arch/arm/mach-socfpga/misc.c
drivers/mmc/socfpga_dw_mmc.c
This page took 0.037163 seconds and 4 git commands to generate.