From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Sat, 24 Jan 2015 09:14:38 -0600 Subject: [U-Boot] [PATCH] ls102xa: fdt: Disable QSPI and DSPI in NOR/NAND/SD boot In-Reply-To: <1419570841-29177-1-git-send-email-b18965@freescale.com> References: <1419570841-29177-1-git-send-email-b18965@freescale.com> Message-ID: <54C3B6DE.7020107@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 12/25/2014 11:14 PM, Alison Wang wrote: > As QSPI/DSPI and IFC are pin multiplexed, QSPI and DSPI are > only enabled in QSPI boot, and disabled in other boot modes. > IFC is enabled in NOR/NAND/SD boot, and disabled in QSPI boot. > This patch will add fdt support for the above rules. > > Signed-off-by: Alison Wang > --- Applied to u-boot-fsl-qoriq master branch, awaiting upstream. York