Re: [U-Boot] [PATCH v6 3/4] arm: socfpga: Convert system manager from struct to defines

2019-11-13 Thread Simon Goldschmidt
Am 08.11.2019 um 03:38 schrieb Ley Foon Tan: Convert system manager for Gen5, Arria 10 and Stratix 10 from struct to defines. Change to get system manager base address from DT node instead of using #define. Signed-off-by: Ley Foon Tan Reviewed-by: Simon Goldschmidt --- v6: - Call to socf

[U-Boot] [PATCH v6 3/4] arm: socfpga: Convert system manager from struct to defines

2019-11-07 Thread Ley Foon Tan
Convert system manager for Gen5, Arria 10 and Stratix 10 from struct to defines. Change to get system manager base address from DT node instead of using #define. Signed-off-by: Ley Foon Tan --- v6: - Call to socfpga_get_sysmgr_addr() function, instead of access to global variable directly. v