commit | 3fdf4361009798c473aaf234985d07732286aff9 | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <ley.foon.tan@intel.com> | Mon May 06 09:56:01 2019 +0800 |
committer | Marek Vasut <marex@denx.de> | Mon May 06 12:44:17 2019 +0200 |
tree | 0913f06b09797e4ac3bcd228004b53a89826295e | |
parent | f6cb8be126f345e733d5df4d9021314d5c8bc182 [diff] |
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>