Re: [PATCH] ARM/i.MX53: fix SDRAM setup routines

2018-02-22 Thread Sascha Hauer
On Wed, Feb 21, 2018 at 04:39:10PM +0100, Juergen Borleis wrote: > Fix setup of the SDRAM's MR0 register: 'val' gets overwritten by the chip > select decision and nothing is written to the MR0 register. > > This fix is required since some i.MX53 based platforms still use this > software setup rout

[PATCH] ARM/i.MX53: fix SDRAM setup routines

2018-02-21 Thread Juergen Borleis
Fix setup of the SDRAM's MR0 register: 'val' gets overwritten by the chip select decision and nothing is written to the MR0 register. This fix is required since some i.MX53 based platforms still use this software setup routine to configure their SDRAMs. Signed-off-by: Juergen Borleis --- arch/a