From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Thu, 22 Nov 2018 13:24:59 +0530 Subject: [U-Boot] [PATCH] sunxi: Fix memory 2-rank initialization for a33 cpu In-Reply-To: <20181031190317.5134-1-michael@amarulasolutions.com> References: <20181031190317.5134-1-michael@amarulasolutions.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Nov 1, 2018 at 12:33 AM Michael Trimarchi wrote: > > When we initialize the memory we need to autodetect rank and size > but this can happen only if we send the proper reset to both > memory module including cke signal. > For this reason we need initialize the physical on both channel because > we need to presume that both are connected. This way let the CLKE to be > activated at the right time with the memory reset coming from the cpu > > Signed-off-by: Michael Trimarchi > --- Applied to u-boot-sunxi/master