From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Yang Subject: Re: [PATCH V6 6/6] dts/ls1043a: add LS1043ARDB board support Date: Thu, 29 Oct 2015 15:33:06 -0500 Message-ID: References: <1445587282-29529-1-git-send-email-B48286@freescale.com> <1445587282-29529-6-git-send-email-B48286@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1445587282-29529-6-git-send-email-B48286@freescale.com> Sender: linux-doc-owner@vger.kernel.org To: Zhiqiang Hou Cc: "linux-arm-kernel@lists.infradead.org" , Catalin Marinas , Will Deacon , "linux-i2c@vger.kernel.org" , linux-watchdog@vger.kernel.org, linux-doc@vger.kernel.org, linux-clk@vger.kernel.org, Mark Rutland , Shaohui Xie , Jonathan Corbet , Bhupesh Sharma , Michael Turquette , wsa@the-dreams.de, sboyd@codeaurora.org, wim@iguana.be, Wenbin Song , Scott Wood , Hu Vincent , linux@roeck-us.net List-Id: linux-i2c@vger.kernel.org On Fri, Oct 23, 2015 at 3:01 AM, Zhiqiang Hou wrote: > From: Shaohui Xie > > Signed-off-by: Shaohui Xie > Signed-off-by: Mingkai Hu > Signed-off-by: Wenbin Song > Signed-off-by: Hou Zhiqiang > --- > V6: V5 V4 V3 > - No change. > > V2: > - Remove the useless compatible "simple-bus" from cpld node. > > arch/arm64/boot/dts/freescale/Makefile | 2 +- > arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 116 ++++++++++++++++++++++ > 2 files changed, 117 insertions(+), 1 deletion(-) > create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts > > diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile > index 57b41c7..33b1e57 100644 > --- a/arch/arm64/boot/dts/freescale/Makefile > +++ b/arch/arm64/boot/dts/freescale/Makefile > @@ -1,4 +1,4 @@ > -dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-qds.dtb fsl-ls2080a-rdb.dtb fsl-ls2080a-simu.dtb > +dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-qds.dtb fsl-ls2080a-rdb.dtb fsl-ls2080a-simu.dtb fsl-ls1043a-rdb.dtb I tried to apply the patch, but it can not be applied due to the change from a depending ls2080 patch. I will help to respin this patch and resend the three device tree related patches. Regards, Leo