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 F301FECAAD8 for ; Fri, 16 Sep 2022 18:39:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230034AbiIPSjV (ORCPT ); Fri, 16 Sep 2022 14:39:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229745AbiIPSjU (ORCPT ); Fri, 16 Sep 2022 14:39:20 -0400 Received: from mail-oa1-f49.google.com (mail-oa1-f49.google.com [209.85.160.49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B3F0B777D; Fri, 16 Sep 2022 11:39:19 -0700 (PDT) Received: by mail-oa1-f49.google.com with SMTP id 586e51a60fabf-127dca21a7dso53285693fac.12; Fri, 16 Sep 2022 11:39:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=LloOAAh3fMnP4loPWLwVdN2fBYfkgLtJ0iyYP475p/A=; b=kblzHY3iywxTM/a3KfzXHjHcGSX+w6ywCJjqnpGySEKxfmzqgW6pcfJteKMg+ne4qt 8KcDFi1l8Ws9HH8LT1/X78ciOKMZzGy+cBh+i1rRpxj2vKoxZdzoYTNwKpGMGSw/j16d 0C/DmSxhbSmKKVSCejcF8Cm8aLYnWVoZXot3AZ8CU1HBHoVwyLq0TUYNg636XqkZpwHX UF75cC+WnTftAs4sd3MLzssBK+T6eOMzlIUA555IP8rLcYHaAThNS7I9DGdDO7G1TJIC yI0dOd7/4LLTda92EvEnp1oRoPJIPmpXa1cVUNfCV5AbYymLNHTR5AF2ZOFnzif8ibax 8T4g== X-Gm-Message-State: ACgBeo3uOrwBndKOuq4Fv/LtclK6c+AXx7xPD48aJzJw9nRvWIN7W3GV /4Br3d55/Qf1yBFP+95Tdg== X-Google-Smtp-Source: AA6agR4rJd3UZwBNHhnMn8U25gn7La8l8lm2O3ldIEUl+kA3gcHdpA10nwvFJdyB9SsWmen12iN1vg== X-Received: by 2002:a05:6870:2191:b0:126:729a:b1d0 with SMTP id l17-20020a056870219100b00126729ab1d0mr8892314oae.131.1663353558579; Fri, 16 Sep 2022 11:39:18 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id r11-20020a056871088b00b0012752d3212fsm3218681oaq.53.2022.09.16.11.39.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 11:39:18 -0700 (PDT) Received: (nullmailer pid 1044162 invoked by uid 1000); Fri, 16 Sep 2022 18:39:17 -0000 Date: Fri, 16 Sep 2022 13:39:17 -0500 From: Rob Herring To: Janne Grunau Cc: devicetree@vger.kernel.org, Alyssa Rosenzweig , asahi@lists.linux.dev, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Hector Martin , linux-arm-kernel@lists.infradead.org, Mark Kettenis , Sven Peter , Rob Herring , Krzysztof Kozlowski Subject: Re: [PATCH v1 03/10] dt-bindings: arm: apple: Add t6001/t6002 Mac Studio compatibles Message-ID: <20220916183917.GA1044129-robh@kernel.org> References: <20220916142550.269905-1-j@jannau.net> <20220916142550.269905-4-j@jannau.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220916142550.269905-4-j@jannau.net> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 16 Sep 2022 16:25:43 +0200, Janne Grunau wrote: > This adds the following apple,t6001 platform: > > - apple,j375c - Mac Studio (M1 Max, 2022) > > And the initial apple,t6002 platform: > > - apple,j375d - Mac Studio (M1 Ultra, 2022) > > Signed-off-by: Janne Grunau > Acked-by: Krzysztof Kozlowski > > --- > > Changes in v1: > - added blank lines between SoC entires > - added Krzysztof's ack > > Documentation/devicetree/bindings/arm/apple.yaml | 14 +++++++++++++- > 1 file changed, 13 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring