From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:15:51 -0800 Subject: [U-Boot] [Patch V4 6/7] armv8/ls1043ardb: add DSPI support In-Reply-To: <1447235920-46321-7-git-send-email-Qianyu.Gong@freescale.com> References: <1447235920-46321-1-git-send-email-Qianyu.Gong@freescale.com> <1447235920-46321-7-git-send-email-Qianyu.Gong@freescale.com> Message-ID: <565C8447.60003@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/11/2015 01:58 AM, Gong Qianyu wrote: > Use the U-Boot Driver Model. Just enable Freescale DSPI driver > and set DSPI related parameters in dts file. > > Signed-off-by: Gong Qianyu > --- > V4: > - No change. > V3: > - New Patch. > - Tested on LS1043ARDB board. > > arch/arm/dts/fsl-ls1043a-rdb.dts | 19 +++++++++++++++++++ > arch/arm/dts/fsl-ls1043a.dtsi | 26 ++++++++++++++++++++++++++ > configs/ls1043ardb_defconfig | 3 +++ > configs/ls1043ardb_nand_defconfig | 5 +++++ > configs/ls1043ardb_sdcard_defconfig | 5 +++++ > include/configs/ls1043ardb.h | 10 ++++++++++ > 6 files changed, 68 insertions(+) Applied to fsl-qoriq master. Thanks. York