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 DDC53C43219 for ; Thu, 10 Nov 2022 07:15:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232821AbiKJHPc (ORCPT ); Thu, 10 Nov 2022 02:15:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232698AbiKJHMx (ORCPT ); Thu, 10 Nov 2022 02:12:53 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6490531EE7; Wed, 9 Nov 2022 23:12:40 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A8FAD80C7; Thu, 10 Nov 2022 07:02:50 +0000 (UTC) Date: Thu, 10 Nov 2022 09:12:38 +0200 From: Tony Lindgren To: Andrew Davis Cc: Rob Herring , =?utf-8?Q?Beno=C3=AEt?= Cousson , Nishanth Menon , Vignesh Raghavendra , Krzysztof Kozlowski , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] AM57x EVM Device Tree Overlays Message-ID: References: <20221101221110.17885-1-afd@ti.com> <08d41457-9405-b869-4b11-6c93e504bd03@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <08d41457-9405-b869-4b11-6c93e504bd03@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Andrew Davis [221109 18:31]: > On 11/9/22 2:31 AM, Tony Lindgren wrote: > > Hi Andrew & Rob, > > > > * Andrew Davis [221102 00:01]: > > > Hello all, > > > > > > These is an uncontroversial (hopefully) DT Overlay to support the > > > TI AM57x EVM. More complex cases are staged and ready to follow but > > > wanted to test the water with this one. > > > > > > For some reason dtbs_check does not get run on overlays, this > > > will need further investigation to fix in kbuild. For now I ran > > > it through manually but am not 100% sure it actually checked it, > > > so double checks here very welcome. > > > > > > Series depends on https://www.spinics.net/lists/kernel/msg4548509.html > > > > Looks like we now have commit 26c9134a370a ("Merge branch 'dt/dtbo-rename' > > into dt/next") in Linux next. > > > > Can these two patches now be applied if I merge in the commit above? > > > > 26c9134a370a is the same (v2) as the series (v1) I pointed to in the > commit message. This series works on top of either. Rob, are those commits immutable and OK to use as a base? Regards, Tony