Re: [U-Boot] [RFC PATCH 2/3] sunxi: Don't change the rank in dram size detection in A33

2019-02-13 Thread Michael Nazzareno Trimarchi
Hi Maxime On Wed, Feb 13, 2019 at 9:44 AM Maxime Ripard wrote: > > On Tue, Feb 12, 2019 at 05:57:07PM +0100, Michael Trimarchi wrote: > > Change the size create a glitch in the clke signal on second > > bank. > > Which glitch? > > > The glitch can generate problem in memory initialiazation > >

Re: [U-Boot] [RFC PATCH 2/3] sunxi: Don't change the rank in dram size detection in A33

2019-02-13 Thread Michael Nazzareno Trimarchi
Hi Maxime On Wed, Feb 13, 2019 at 9:49 AM Michael Nazzareno Trimarchi wrote: > > Hi Maxime > > On Wed, Feb 13, 2019 at 9:44 AM Maxime Ripard > wrote: > > > > On Tue, Feb 12, 2019 at 05:57:07PM +0100, Michael Trimarchi wrote: > > > Change the size create a glitch in the clke signal on second >

Re: [U-Boot] [RFC PATCH 2/3] sunxi: Don't change the rank in dram size detection in A33

2019-02-13 Thread Maxime Ripard
On Tue, Feb 12, 2019 at 05:57:07PM +0100, Michael Trimarchi wrote: > Change the size create a glitch in the clke signal on second > bank. Which glitch? > The glitch can generate problem in memory initialiazation Which problem? on which board? How do we reproduce it? Maxime -- Maxime Ripard,

[U-Boot] [RFC PATCH 2/3] sunxi: Don't change the rank in dram size detection in A33

2019-02-12 Thread Michael Trimarchi
Change the size create a glitch in the clke signal on second bank. The glitch can generate problem in memory initialiazation Signed-off-by: Michael Trimarchi --- arch/arm/mach-sunxi/dram_sun8i_a33.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-sunxi/dram_sun8i_a33.c