From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 2/2] devicetree: Add DTS file to support the Nexus7 2013 (flo) device. Date: Fri, 5 Feb 2016 13:01:29 -0600 Message-ID: References: <1454695578-4053-1-git-send-email-john.stultz@linaro.org> <1454695578-4053-2-git-send-email-john.stultz@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1454695578-4053-2-git-send-email-john.stultz@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: John Stultz Cc: lkml , Arnd Bergmann , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Andy Gross , Russell King , Vinay Simha BN , Bjorn Andersson , Stephen Boyd , linux-arm-msm , "devicetree@vger.kernel.org" List-Id: linux-arm-msm@vger.kernel.org On Fri, Feb 5, 2016 at 12:06 PM, John Stultz wrote: > This patch adds a dts file to support the Nexus7 2013 > device. Its based off of the qcom-apq8064-ifc6410.dts > which is similar hardware. > > Also includes some comments and context folded in > from Vinay Simha BN > > Cc: Rob Herring > Cc: Arnd Bergmann > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: Kumar Gala > Cc: Andy Gross > Cc: Russell King > Cc: Vinay Simha BN > Cc: Bjorn Andersson > Cc: Stephen Boyd > Cc: linux-arm-msm@vger.kernel.org > Cc: devicetree@vger.kernel.org > Signed-off-by: John Stultz > --- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts | 276 +++++++++++++++++++++ > 2 files changed, 277 insertions(+) > create mode 100644 arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index a4a6d70..5b16715 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -524,6 +524,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \ > qcom-apq8064-cm-qs600.dtb \ > qcom-apq8064-ifc6410.dtb \ > qcom-apq8064-sony-xperia-yuga.dtb \ > + qcom-apq8064-asus-nexus7-flo.dts \ s/dts/dtb/ You must not be doing "make dtbs". Otherwise, for both patches: Acked-by: Rob Herring