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 A92E6ECAAD5 for ; Thu, 8 Sep 2022 08:14:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231366AbiIHIOQ (ORCPT ); Thu, 8 Sep 2022 04:14:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229508AbiIHINo (ORCPT ); Thu, 8 Sep 2022 04:13:44 -0400 X-Greylist: delayed 607 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 08 Sep 2022 01:13:37 PDT Received: from soltyk.jannau.net (soltyk.jannau.net [144.76.91.90]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 580756069E; Thu, 8 Sep 2022 01:13:36 -0700 (PDT) Received: by soltyk.jannau.net (Postfix, from userid 1000) id 6E94F26EFE3; Thu, 8 Sep 2022 10:03:27 +0200 (CEST) Date: Thu, 8 Sep 2022 10:03:27 +0200 From: Janne Grunau To: Russell King Cc: Arnd Bergmann , Lee Jones , Linus Walleij , Alyssa Rosenzweig , Andy Shevchenko , asahi@lists.linux.dev, Bartosz Golaszewski , devicetree@vger.kernel.org, Hector Martin , Jonathan Corbet , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-gpio@vger.kernel.org, Petr Mladek , Rasmus Villemoes , Rob Herring , Sergey Senozhatsky , Steven Rostedt , Sven Peter Subject: Re: [PATCH 7/7] arm64: dts: apple: Add SMC node to t8103/t6001 devicetrees Message-ID: <20220908080327.GF10102@jannau.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On 2022-09-06 14:20:00 +0100, Russell King wrote: > From: Hector Martin > > Signed-off-by: Hector Martin > Signed-off-by: Russell King (Oracle) > --- > arch/arm64/boot/dts/apple/t8103.dtsi | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) nit: the commit message mentions t600x but the commit doesn't contain it since the t600x devicetrees are not upstream yet. Please fix if you send another version. I plan to send the t600x devicetrees later today but I don't think it's worth to create a dependency between the series. Let's submit the t600x macsmc bits separately later. Janne