Re: [U-Boot] [PATCH 1/2] ddr: socfpga: Fix IO in Arria10 DDR driver

2019-03-07 Thread Chee, Tien Fong
On Thu, 2019-03-07 at 09:14 +0100, Simon Goldschmidt wrote: > On Wed, Mar 6, 2019 at 10:05 PM Marek Vasut wrote: > > > > > > The Altera Arria10 DDR driver was using constants in a few places > > instead of reading registers associated with those constants, fix > > this. > > > > Signed-off-by: M

Re: [U-Boot] [PATCH 1/2] ddr: socfpga: Fix IO in Arria10 DDR driver

2019-03-07 Thread Simon Goldschmidt
On Wed, Mar 6, 2019 at 10:05 PM Marek Vasut wrote: > > The Altera Arria10 DDR driver was using constants in a few places > instead of reading registers associated with those constants, fix > this. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Simon Goldschmidt > C