Received: by 2002:a05:6358:a55:b0:ec:fcf4:3ecf with SMTP id 21csp652587rwb; Thu, 19 Jan 2023 00:29:08 -0800 (PST) X-Google-Smtp-Source: AMrXdXvq5T2K92NMXblnLtkZ0O66V9Lsz/SPKferF2SCj/bNOJyZmK9a1fxf2IEOZ92AZK4KcG3V X-Received: by 2002:a05:6402:413:b0:499:d199:6614 with SMTP id q19-20020a056402041300b00499d1996614mr9635047edv.36.1674116948447; Thu, 19 Jan 2023 00:29:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1674116948; cv=none; d=google.com; s=arc-20160816; b=MkfovEUB/dhYfURlE3jj+Ng67by2YuW2PSE68zJo5Udq/CxdVxQDEHNA2awZfPFS2+ Y2+/gFJHhK5CqRdO4UbGQisGV4ccn+9GG7zncYPrycqGkyqLI1rwTYZ0Yi6NkZTSTZRF nxPJZghE9XZ2SW0xxwQdZTvnaO08dcVpECWFYFKawwRXUquWjqeZqmzhfQBvNXLDMFeC th4fVA82pHoqnzuzvBkKbrvWcpFpo+zQP/aMAbRcyJ0hurg8UZ7alUMI0dwzBhyV/rlb aNU/+VOERWtChne0t+/MQAEEsxJqWSFMLTpm0BsFvHbYiXCtKjCB6rc/vDE2oYhzuuAI C9sg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=2jaUTDmwi14yOPAgxayAVdQOevCyrPEDeAcaru9Yw7Q=; b=OrYlNoYak+f/O/mR/pS3cqQdTnzybdvlCntDxWsUzUU4gtOs7WGfWxwuM9J63pFkg3 0GNkvyCk1TcVIta4MUAJmE2zmiiCes/k+tVIsDMFqMB5i8U4X7gKyCxWcNz+C1OK8sUh dWLYY6rkhIREdfxkJEmXmB6OyPmXjLlmWQcmafW4Bs2TrlzqMw6WnjBZqiiLua25EX99 Tdo5aYpfGbeYs0y6u7WLIOxmLJymJMJcrZI8WMeTnd9wz5Hx7RjgbzndkXBZ6uqp23WN JHHUp0fKE5oVVjrohChfUIuutOrLaYFk6+fIOBjRtFP8hr2jizEZR4dKMUy7xt/WeYkf aZMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id b19-20020aa7cd13000000b0049bb59bd0c3si18070029edw.51.2023.01.19.00.28.57; Thu, 19 Jan 2023 00:29:08 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229712AbjASIWU (ORCPT + 44 others); Thu, 19 Jan 2023 03:22:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230053AbjASIWN (ORCPT ); Thu, 19 Jan 2023 03:22:13 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 774685B588; Thu, 19 Jan 2023 00:22:09 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id C3A198140; Thu, 19 Jan 2023 08:22:08 +0000 (UTC) Date: Thu, 19 Jan 2023 10:22:07 +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: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [221110 07:05]: > * 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? Andrew, I'm untagging these from my inbox, please resend when suitable. Regards, Tony