From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=atomide.com header.i=@atomide.com header.b="ZPLyJoUe" Received: from mail5.25mail.st (mail5.25mail.st [74.50.62.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3471FDD; Tue, 28 Nov 2023 01:53:34 -0800 (PST) Received: from localhost (91-158-86-216.elisa-laajakaista.fi [91.158.86.216]) by mail5.25mail.st (Postfix) with ESMTPSA id BE6B660871; Tue, 28 Nov 2023 09:53:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=atomide.com; s=25mailst; t=1701165213; bh=3mWAVOOVekZqdc5czMgJaT2BDdCCOnbTDi9BP290nz4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZPLyJoUey47nfn3opllr5FHKXO5SF5s0e/1URBEKp41ElaqvUCFs1sXb34DBng744 apL4d320h8AS/+/9UynWo/KXzEzGLpAxKa0CIsufYx6LVRnQbDYFhfOk7IV36Zh2Bz Sz5lSCxUJhcX43n1VmzUgZlSdI/p0GrHWh1ISl1t0MvxifhDrcvdr0YvcXqUaj6Hy3 kdga5ISlA1II769s9sLJoxE4eBgwemAgjJCyh6nE3UlGCqXhaOTn/KQX0nI+X6ZvhF IczQ01j3AjPRGTYD1xX8ZmLZUkKYt4ApkcbrTXyUluQDQlyvnkF/tqi/fJ9HixUp+M oDqK2oqdSfDOA== Date: Tue, 28 Nov 2023 11:53:14 +0200 From: Tony Lindgren To: Andrew Davis Cc: Rob Herring , =?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 v2] arm: dts: omap: Apply am57xx-idk overlays to base dtbs Message-ID: <20231128095314.GP5169@atomide.com> References: <20231010211925.1629653-1-robh@kernel.org> <20231018052059.GJ34982@atomide.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: * Andrew Davis [231018 14:05]: > On 10/18/23 12:20 AM, Tony Lindgren wrote: > > * Rob Herring [231011 00:19]: > > > 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 > > > --- > > > v2: > > > - Only test applying overlays when building all DTBs > > > > Andrew, any comments or care to ack? > > As before, this is a valid combination, but it is only one of > many more. For now this is a reasonable start though, > > Acked-by: Andrew Davis OK thanks applying into omap-for-v6.8/dt. Tony