arm: socfpga: Move Stratix 10 SDRAM driver to DM
Convert Stratix 10 SDRAM driver to device model. Get rid of call to socfpga_per_reset() and use reset framework. SPL is changed from calling function in SDRAM driver directly to just probing UCLASS_RAM. Move sdram_s10.h from arch to driver/ddr/altera directory. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
This commit is contained in:
committed by
Marek Vasut
parent
bc17990876
commit
6bf238a461
@@ -129,11 +129,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
|
||||
#define CONFIG_SYS_MEMTEST_START 0
|
||||
#define CONFIG_SYS_MEMTEST_END PHYS_SDRAM_1_SIZE - 0x200000
|
||||
|
||||
/*
|
||||
* SDRAM controller
|
||||
*/
|
||||
#define CONFIG_SPL_ALTERA_SDRAM
|
||||
|
||||
/*
|
||||
* Serial / UART configurations
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user