From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:14:17 -0800 Subject: [U-Boot] [Patch V4 3/7] armv8/ls1043ardb: dts: add dtb support In-Reply-To: <1447235920-46321-4-git-send-email-Qianyu.Gong@freescale.com> References: <1447235920-46321-1-git-send-email-Qianyu.Gong@freescale.com> <1447235920-46321-4-git-send-email-Qianyu.Gong@freescale.com> Message-ID: <565C83E9.3070209@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 dts files from ls1043a linux kernel. Some parts in dts files > may not be needed by U-Boot. > > Signed-off-by: Gong Qianyu > --- > V4: > - No change. > V3: > - Modified the dts file according to ls1043a upstreaming linux kernel. > V2: > - New Patch. > > arch/arm/dts/Makefile | 1 + > arch/arm/dts/fsl-ls1043a-rdb.dts | 84 ++++++++++++++++++++ > arch/arm/dts/fsl-ls1043a.dtsi | 160 +++++++++++++++++++++++++++++++++++++++ > configs/ls1043ardb_defconfig | 2 + > 4 files changed, 247 insertions(+) Applied to fsl-qoriq master. Thanks. York