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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 165D5C433E0 for ; Mon, 15 Feb 2021 17:51:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC27664DDA for ; Mon, 15 Feb 2021 17:51:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232288AbhBORun (ORCPT ); Mon, 15 Feb 2021 12:50:43 -0500 Received: from mail-wr1-f47.google.com ([209.85.221.47]:34529 "EHLO mail-wr1-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231897AbhBORss (ORCPT ); Mon, 15 Feb 2021 12:48:48 -0500 Received: by mail-wr1-f47.google.com with SMTP id n4so6986710wrx.1; Mon, 15 Feb 2021 09:48:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=cBlt8hdnbwWrMTzBbUx3g2G//xWNymm1S1ZIj4DF+7s=; b=I6QpNdPk2y5lzQFiOMHkfdvIlMNobzaNc1jVw86MBcdLzzEgcXhcLEMtH0FT1qZDfs 2bRpTHKR1sPebtCAOqH680u/NIDi4YHPC+OZPvfZTFVC125yKK26IdAsDAtyLDFo9gFZ F0/YXw24aEaEv+jDfaaKgXeegZ6SN71SR74/y3eUUstACINmihXjVUIEu02xzAQLDjYp qo35brL+JuSbKIvJ75irc1lRcqTA1L9bNkhHYzZtBwqj2YAN1VlDHmhD7OGZjo8gBDcf rmbQvJt1uQGvLBuHzmUneGVzS03n/qCqqtwEPE7g0QW7LkfVreYaPwLDmASTke3bmFlH 2UkQ== X-Gm-Message-State: AOAM532x/rvDalZyxU6J9Ze2Y/iZh7eLVsvS4PEargYpeDrBXuVWfYpe xGph0yVWcw29eNVa1tIc2Jo= X-Google-Smtp-Source: ABdhPJx+KHSEChy4DVPIQ1LyHCjxJyXMIRlU9RF+1H1jXZX0zpJkXNxd3aSuklgB10SNpAht51Ev7Q== X-Received: by 2002:a5d:460f:: with SMTP id t15mr19219757wrq.417.1613411285858; Mon, 15 Feb 2021 09:48:05 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id 17sm52584wmf.32.2021.02.15.09.48.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 Feb 2021 09:48:04 -0800 (PST) Date: Mon, 15 Feb 2021 18:48:03 +0100 From: Krzysztof Kozlowski To: Hector Martin Cc: linux-arm-kernel@lists.infradead.org, Marc Zyngier , Rob Herring , Arnd Bergmann , Olof Johansson , Mark Kettenis , Tony Lindgren , Mohamed Mediouni , Stan Skowronek , Alexander Graf , Will Deacon , Linus Walleij , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 02/25] dt-bindings: arm: apple: Add bindings for Apple ARM platforms Message-ID: <20210215174803.5oalkkmotpc7d7vm@kozik-lap> References: <20210215121713.57687-1-marcan@marcan.st> <20210215121713.57687-3-marcan@marcan.st> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210215121713.57687-3-marcan@marcan.st> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 15, 2021 at 09:16:50PM +0900, Hector Martin wrote: > This introduces bindings for all three 2020 Apple M1 devices: > > * apple,j274 - Mac mini (M1, 2020) > * apple,j293 - MacBook Pro (13-inch, M1, 2020) > * apple,j313 - MacBook Air (M1, 2020) > > Signed-off-by: Hector Martin > --- > .../devicetree/bindings/arm/apple.yaml | 36 +++++++++++++++++++ > MAINTAINERS | 10 ++++++ > 2 files changed, 46 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/apple.yaml > > diff --git a/Documentation/devicetree/bindings/arm/apple.yaml b/Documentation/devicetree/bindings/arm/apple.yaml > new file mode 100644 > index 000000000000..e44d308d6bde > --- /dev/null > +++ b/Documentation/devicetree/bindings/arm/apple.yaml > @@ -0,0 +1,36 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/arm/apple.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Apple ARM Machine Device Tree Bindings > + > +maintainers: > + - Hector Martin > + > +description: | > + Apple ARM ("Apple Silicon") platforms should contain compatible strings > + in the following format: > + > + - apple,j274 (board/device ID) > + - apple,m1 (SoC name) > + - apple,arm-platform (Apple Silicon) This description is irrelevant because the rules come from schema below. Maybe instead write few words about the platform? Or describe how to get the board/device ID if it is not obvious? Best regards, Krzysztof 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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DBD28C433DB for ; Mon, 15 Feb 2021 17:49:12 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 90FD860C3D for ; Mon, 15 Feb 2021 17:49:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 90FD860C3D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=2QNcKXOYW3UN3fbIOW74aS7era+e51U1icPCzHBVlbc=; b=L7HEANV3IlwBbjGqnL6ahWvbm CIgFw5Si8seTvye8+5/sdaYgk6+ph+XrVLiNsctK8+1+dF0gWoXGl2NQe7v2seBuofzzTYh5By4u8 DXHYpY3cTqX6M9M0bDDopLt4leQ9EXeGOs3ZGTQfoqQ1xmwfCO2B+W/PnLtj94jE11kbXR/pISeXn RjSWcA7Xn+fJXaCJbiuIdNdksmsL0z2uIfVgL1NUmjxGq5u2OTsXVLhzXt4VYlItZGW1qdt7PHGFL tJkh3E53eibEJendoyKGdoNi3ZEAcmCEw4la3m5W6E/60NhPWsilcOdaiNRSIrS7jnEfWShRKEf9B PpGS3PY8w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lBhyj-0007sv-Iw; Mon, 15 Feb 2021 17:48:09 +0000 Received: from mail-wr1-f49.google.com ([209.85.221.49]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lBhyh-0007sA-2Y for linux-arm-kernel@lists.infradead.org; Mon, 15 Feb 2021 17:48:08 +0000 Received: by mail-wr1-f49.google.com with SMTP id r21so9930713wrr.9 for ; Mon, 15 Feb 2021 09:48:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=cBlt8hdnbwWrMTzBbUx3g2G//xWNymm1S1ZIj4DF+7s=; b=EiPOna6f509Ldyc5mY7t6mfldUV4WmGa0v4/DvW7i/rMn8xN2OHmc9fD20M/2lqPBR Wa39rrw2fFiwsC4l7hcaJXBF8Hi5EM0tzLK4alunk/ik+xlAMye0IS0Zav4wlKMkhkHN t79iI8Zt24UpvDTaMyub8fw4PA+hh6o/CCAWXqBYxrB6rEn6WYdJKjBnZlS9ziC4yJO4 4dWlYqC3X42NnEcaMAZ+IkS2xgLeTu7gkddMWWiHGtxAkcu4lj0pjaMKHwl4Av24KYXY RvkhwKjq70QxTV3fuisUP5/VEMBT3IF8e0E7PbQePaWoWYHx4y7j4/cFCR70eZkxqMdG VRfg== X-Gm-Message-State: AOAM531iAUAMQ0oWOVubtmex+UtGtx2WEhI+6U9tEh4EcP0TgFqrmI7A 17oEg1Ir6SrgY+MrsV9ZYBsgKC5lO8w= X-Google-Smtp-Source: ABdhPJx+KHSEChy4DVPIQ1LyHCjxJyXMIRlU9RF+1H1jXZX0zpJkXNxd3aSuklgB10SNpAht51Ev7Q== X-Received: by 2002:a5d:460f:: with SMTP id t15mr19219757wrq.417.1613411285858; Mon, 15 Feb 2021 09:48:05 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id 17sm52584wmf.32.2021.02.15.09.48.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 Feb 2021 09:48:04 -0800 (PST) Date: Mon, 15 Feb 2021 18:48:03 +0100 From: Krzysztof Kozlowski To: Hector Martin Subject: Re: [PATCH v2 02/25] dt-bindings: arm: apple: Add bindings for Apple ARM platforms Message-ID: <20210215174803.5oalkkmotpc7d7vm@kozik-lap> References: <20210215121713.57687-1-marcan@marcan.st> <20210215121713.57687-3-marcan@marcan.st> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210215121713.57687-3-marcan@marcan.st> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210215_124807_137479_4EE99416 X-CRM114-Status: GOOD ( 19.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Arnd Bergmann , Rob Herring , Tony Lindgren , Marc Zyngier , Linus Walleij , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Alexander Graf , Olof Johansson , Mohamed Mediouni , Stan Skowronek , Will Deacon , linux-arm-kernel@lists.infradead.org, Mark Kettenis Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Feb 15, 2021 at 09:16:50PM +0900, Hector Martin wrote: > This introduces bindings for all three 2020 Apple M1 devices: > > * apple,j274 - Mac mini (M1, 2020) > * apple,j293 - MacBook Pro (13-inch, M1, 2020) > * apple,j313 - MacBook Air (M1, 2020) > > Signed-off-by: Hector Martin > --- > .../devicetree/bindings/arm/apple.yaml | 36 +++++++++++++++++++ > MAINTAINERS | 10 ++++++ > 2 files changed, 46 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/apple.yaml > > diff --git a/Documentation/devicetree/bindings/arm/apple.yaml b/Documentation/devicetree/bindings/arm/apple.yaml > new file mode 100644 > index 000000000000..e44d308d6bde > --- /dev/null > +++ b/Documentation/devicetree/bindings/arm/apple.yaml > @@ -0,0 +1,36 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/arm/apple.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Apple ARM Machine Device Tree Bindings > + > +maintainers: > + - Hector Martin > + > +description: | > + Apple ARM ("Apple Silicon") platforms should contain compatible strings > + in the following format: > + > + - apple,j274 (board/device ID) > + - apple,m1 (SoC name) > + - apple,arm-platform (Apple Silicon) This description is irrelevant because the rules come from schema below. Maybe instead write few words about the platform? Or describe how to get the board/device ID if it is not obvious? Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel