From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH v3 8/8] DT: arm: Add the RZN1D-DB Board to Renesas Makefile target Date: Fri, 30 Mar 2018 09:27:33 +0200 Message-ID: <20180330072733.z7lffttcqb6adfnu@verge.net.au> References: <1522309629-10152-1-git-send-email-michel.pollet@bp.renesas.com> <1522309629-10152-9-git-send-email-michel.pollet@bp.renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1522309629-10152-9-git-send-email-michel.pollet@bp.renesas.com> Sender: linux-kernel-owner@vger.kernel.org To: Michel Pollet Cc: linux-renesas-soc@vger.kernel.org, phil.edworthy@renesas.com, Michel Pollet , Magnus Damm , Rob Herring , Mark Rutland , Lee Jones , Russell King , Sebastian Reichel , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org List-Id: linux-pm@vger.kernel.org On Thu, Mar 29, 2018 at 08:47:04AM +0100, Michel Pollet wrote: > This adds the newly added board to the Renesas built target > > Signed-off-by: Michel Pollet > Reviewed-by: Geert Uytterhoeven > --- > arch/arm/boot/dts/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index 8164c12..1849228 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -806,6 +806,7 @@ dtb-$(CONFIG_ARCH_RENESAS) += \ > r8a7793-gose.dtb \ > r8a7794-alt.dtb \ > r8a7794-silk.dtb \ > + r9a06g032-rzn1d400-db.dtb \ > sh73a0-kzm9g.dtb > dtb-$(CONFIG_ARCH_ROCKCHIP) += \ > rv1108-evb.dtb \ I think you can squash this patch into the one that adds the corresponding dts file.