From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:16:39 -0800 Subject: [U-Boot] [PATCH v1] drivers/ddr/fsl: Enable detection of one DDR controller operation for LSCH3 In-Reply-To: <1446659590-17219-1-git-send-email-yorksun@freescale.com> References: <1446659590-17219-1-git-send-email-yorksun@freescale.com> Message-ID: <565C8477.1060800@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/04/2015 09:53 AM, York Sun wrote: > Freescale LSCH3 platforms use two DDR controlers interleaving mode out of > reset. It can be configured to disable one controller. To support this > operation, the driver needs to detect and skip the disabled controller. > > Signed-off-by: York Sun > > --- > Change log > v1: Initial patch. Tested on LS2085AQDS and LS2085ARDB. > > arch/arm/include/asm/arch-fsl-layerscape/config.h | 7 ++++ > drivers/ddr/fsl/main.c | 1 + > drivers/ddr/fsl/util.c | 40 +++++++++++++++++++++ > include/fsl_ddr.h | 1 + > 4 files changed, 49 insertions(+) Applied to fsl-qoriq master. York