Re: [U-Boot] [PATCH v5] arm: socfpga: move gen5 SDR driver to DM

2019-04-16 Thread Marek Vasut
On 4/16/19 10:04 PM, Simon Goldschmidt wrote: > To clean up reset handling for socfpga gen5, port the DDR driver to DM > using UCLASS_RAM and implement proper reset handling. > > This gets us rid of one ad-hoc call to socfpga_per_reset(). > > The gen5 driver is implemented in 2 distinct files. On

[U-Boot] [PATCH v5] arm: socfpga: move gen5 SDR driver to DM

2019-04-16 Thread Simon Goldschmidt
To clean up reset handling for socfpga gen5, port the DDR driver to DM using UCLASS_RAM and implement proper reset handling. This gets us rid of one ad-hoc call to socfpga_per_reset(). The gen5 driver is implemented in 2 distinct files. One of it (containing the calibration training) is not touch