From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71517CA0ECA for ; Tue, 12 Sep 2023 07:00:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231349AbjILHAD (ORCPT ); Tue, 12 Sep 2023 03:00:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231288AbjILG7y (ORCPT ); Tue, 12 Sep 2023 02:59:54 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id DBAEA10C8; Mon, 11 Sep 2023 23:59:48 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id CD86980FC; Tue, 12 Sep 2023 06:59:47 +0000 (UTC) Date: Tue, 12 Sep 2023 09:59:46 +0300 From: Tony Lindgren To: Rob Herring , Andrew Davis Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Krzysztof Kozlowski , Conor Dooley , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm: dts: omap: Apply am57xx-idk overlays to base dtbs Message-ID: <20230912065946.GC5285@atomide.com> References: <20230911214609.2201040-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230911214609.2201040-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Rob Herring [230911 21:46]: > DT overlays in tree need to be applied to a base DTB to validate they > apply, to run schema checks on them, and to catch any errors at compile > time. > > Signed-off-by: Rob Herring > --- > Note that I have no idea if this combination of overlays makes sense. Adding Andrew to review this. Regards, Tony --- > arch/arm/boot/dts/ti/omap/Makefile | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/boot/dts/ti/omap/Makefile b/arch/arm/boot/dts/ti/omap/Makefile > index d2b590004fed..d0c76d09fe70 100644 > --- a/arch/arm/boot/dts/ti/omap/Makefile > +++ b/arch/arm/boot/dts/ti/omap/Makefile > @@ -129,6 +129,11 @@ dtb-$(CONFIG_SOC_AM43XX) += \ > am57xx-evm-dtbs := am57xx-beagle-x15.dtb am57xx-evm.dtbo > am57xx-evm-reva3-dtbs := am57xx-beagle-x15-revc.dtb am57xx-evm.dtbo > > +am571x-idk-overlays-dtbs := am571x-idk.dtb \ > + am571x-idk-touchscreen.dtbo am57xx-idk-lcd-osd101t2587.dtbo > +am572x-idk-overlays-dtbs := am572x-idk.dtb \ > + am572x-idk-touchscreen.dtbo am57xx-idk-lcd-osd101t2045.dtbo > + > dtb-$(CONFIG_SOC_DRA7XX) += \ > am57xx-beagle-x15.dtb \ > am57xx-beagle-x15-revb1.dtb \ > @@ -145,6 +150,8 @@ dtb-$(CONFIG_SOC_DRA7XX) += \ > am574x-idk.dtb \ > am57xx-idk-lcd-osd101t2045.dtbo \ > am57xx-idk-lcd-osd101t2587.dtbo \ > + am571x-idk-overlays.dtb \ > + am572x-idk-overlays.dtb \ > dra7-evm.dtb \ > dra72-evm.dtb \ > dra72-evm-revc.dtb \ > -- > 2.40.1 >