From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:15:35 -0800 Subject: [U-Boot] [Patch V4 5/7] armv8/ls1043aqds: dts: add dtb support In-Reply-To: <1447235920-46321-6-git-send-email-Qianyu.Gong@freescale.com> References: <1447235920-46321-1-git-send-email-Qianyu.Gong@freescale.com> <1447235920-46321-6-git-send-email-Qianyu.Gong@freescale.com> Message-ID: <565C8437.9080203@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: > Reuse the dts files from ls1043a linux kernel. > > Signed-off-by: Gong Qianyu > --- > V4: > - No change. > V3: > - No change. > V2: > - New Patch. > > arch/arm/dts/Makefile | 3 +- > arch/arm/dts/fsl-ls1043a-qds.dts | 124 +++++++++++++++++++++++++++++++++++++++ > configs/ls1043aqds_defconfig | 2 + > 3 files changed, 128 insertions(+), 1 deletion(-) > Applied to fsl-qoriq master. Thanks. York