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 91C0FE94116 for ; Fri, 6 Oct 2023 20:44:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233530AbjJFUof (ORCPT ); Fri, 6 Oct 2023 16:44:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39330 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233133AbjJFUoe (ORCPT ); Fri, 6 Oct 2023 16:44:34 -0400 Received: from mail-ot1-f42.google.com (mail-ot1-f42.google.com [209.85.210.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED33FC2; Fri, 6 Oct 2023 13:44:31 -0700 (PDT) Received: by mail-ot1-f42.google.com with SMTP id 46e09a7af769-6c63117a659so1595281a34.0; Fri, 06 Oct 2023 13:44:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696625071; x=1697229871; 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 :message-id:reply-to; bh=QVeSFOcC2dk0ctOlaTvU697lvAQuyZRAWFETqFvTV5k=; b=jbtKxs7I+IGJLCk5LvGgCUlu3Q3aNjekC6b7LF9OXSqp6dfWYny2lq00LKKDplAQKc zy/OJYhpIBObRtqMCvnNJdmofX8iLRrkbsXg/Nlteh5Qn7aoecLzb5VI9oMjFC1CQScc m/FHXI/qh8pAccsrKHyAiYD6DrlRfvf02Y5MjbhexdNjW340ejJ9N60TVa41elhnwqvo ssuSkQdY6c0hX34uduGy1eGMggnLoC4niuwsqcUMhLCnZPmAD8cCxsS4XUrSX0NzDnAp U4emfECJ85TL655r/9BwHy4qFjczIxNu2sr49lsptFBWxRfs8sb73bBa1H4ueKuYloqy OONQ== X-Gm-Message-State: AOJu0Ywb2phqbEAz+fd7uBBZr84OUv91eWK3j880F0t49K8JwzllvOkn s6gIE2FDSRY+ofeVJjU4WA== X-Google-Smtp-Source: AGHT+IEwEFUtgK5CZxwluzpBUXw0YyfFoQ+xTnFLszG5vqKToMmpIR0Khu/GYDeAFgRyI1o1TgrJ9Q== X-Received: by 2002:a05:6870:5608:b0:1de:84a3:bb91 with SMTP id m8-20020a056870560800b001de84a3bb91mr10491581oao.16.1696625071080; Fri, 06 Oct 2023 13:44:31 -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 br26-20020a056871b41a00b001c4ede43955sm877065oac.31.2023.10.06.13.44.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Oct 2023 13:44:30 -0700 (PDT) Received: (nullmailer pid 267686 invoked by uid 1000); Fri, 06 Oct 2023 20:44:28 -0000 Date: Fri, 6 Oct 2023 15:44:28 -0500 From: Rob Herring To: Peter Griffin Cc: krzysztof.kozlowski+dt@linaro.org, mturquette@baylibre.com, conor+dt@kernel.org, sboyd@kernel.org, tomasz.figa@gmail.com, s.nawrocki@samsung.com, linus.walleij@linaro.org, wim@linux-watchdog.org, linux@roeck-us.net, catalin.marinas@arm.com, will@kernel.org, arnd@arndb.de, olof@lixom.net, cw00.choi@samsung.com, tudor.ambarus@linaro.org, andre.draszik@linaro.org, semen.protsenko@linaro.org, soc@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH 06/21] dt-bindings: arm: google: Add bindings for Google ARM platforms Message-ID: <20231006204428.GA265726-robh@kernel.org> References: <20231005155618.700312-1-peter.griffin@linaro.org> <20231005155618.700312-7-peter.griffin@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231005155618.700312-7-peter.griffin@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, Oct 05, 2023 at 04:56:03PM +0100, Peter Griffin wrote: > This introduces bindings and dt-schema for the Google tensor SoCs. > Currently just gs101 and pixel 6 are supported. > > Signed-off-by: Peter Griffin > --- > .../devicetree/bindings/arm/google.yaml | 46 +++++++++++++++++++ > 1 file changed, 46 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/google.yaml > > diff --git a/Documentation/devicetree/bindings/arm/google.yaml b/Documentation/devicetree/bindings/arm/google.yaml > new file mode 100644 > index 000000000000..3759d423d9cb > --- /dev/null > +++ b/Documentation/devicetree/bindings/arm/google.yaml > @@ -0,0 +1,46 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/arm/google.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Google Tensor platforms > + > +maintainers: > + - Peter Griffin > + > +description: | > + ARM platforms using SoCs designed by Google branded "Tensor" > + used in Pixel devices. > + > + Currently upstream this is devices using "gs101" SoC which > + is found in Pixel 6, Pixel 6 Pro and Pixel 6a. > + > + Google have a few different names for the SoC. > + - Marketing name ("Tensor") > + - Codename ("Whitechapel") > + - SoC ID ("gs101") > + - Die ID ("S5P9845"); > + > + Likewise there are a couple of names for the actual device > + - Marketing name ("Pixel 6") > + - Codename ("Oriole") > + > + Devicetrees should use the lowercased SoC ID and lowercased > + board codename. e.g. gs101 and gs101-oriole Wrap lines at 80 char. Otherwise, Reviewed-by: Rob Herring > + > +properties: > + $nodename: > + const: '/' > + compatible: > + oneOf: > + > + - description: Google Pixel 6 / Oriole > + items: > + - enum: > + - google,gs101-oriole > + - const: google,gs101 > + > +additionalProperties: true > + > +... > -- > 2.42.0.582.g8ccd20d70d-goog > 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 61E54E94114 for ; Fri, 6 Oct 2023 20:44:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=Rx+vWvx41OFQ9A8o+TwuTrNm9cy+6FYS42vykrg/O0A=; b=qfyeyYu+8TKEYP 5+J5FBqIaKGAe7+cjkD3NwnMiwl1xPfnaEveJgVAjImMTaSpFONbtRiC2E0BPGm2Otz/39tjrUoII dOplzjmBBg3ZeMjOinrT0FIDPEvka5a1HryhMZBavy7I8PWmH1+mjvbkXi7fWBOM0ujJDL0TWiehx gZPfa3Geh3uCn9tIuiZ9WQEs3+5hfoMaJ92MZ4VyHtHlbDS64N+s7p0BoNA3qbADaNKWSyxVhmtZG VlcMjzXdz+Qx7SM0C+09+o0zYqzkxu6YJeGa+iigFpOgBb1Yw/w5i1VKx4gHTJdz2i2iA0/+2NZlS l8WGgMNqvEzoGmSyio3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qorga-006TCp-1H; Fri, 06 Oct 2023 20:44:36 +0000 Received: from mail-ot1-f48.google.com ([209.85.210.48]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qorgW-006TCL-2q for linux-arm-kernel@lists.infradead.org; Fri, 06 Oct 2023 20:44:34 +0000 Received: by mail-ot1-f48.google.com with SMTP id 46e09a7af769-6c4bad60a1aso1577755a34.2 for ; Fri, 06 Oct 2023 13:44:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696625071; x=1697229871; 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 :message-id:reply-to; bh=QVeSFOcC2dk0ctOlaTvU697lvAQuyZRAWFETqFvTV5k=; b=p4irfWrsD2FoUj3J2Nu/xO1LQqwG8XAz/e+OMBxCfqQ9o91yCukOrngHqaObABrRAW q0MCS6m9QGIGrSvNZvEXa0I5tZSVHtv5uKCY/0jTG1h7NkK0kHvWKwb+91GIcG/ixp1c kcM1DHliLw2k8dBJHMUTl/CgS9etHQdOU4aSa5OlcDEuDTg/S+JKfRPjd5eQNyzLBdse LRKZlMwgNpDphIAvmK6mmGuyY6ZVnEAAB/TgaZJdzuzg0rpBnho2ZCDesCi5wUAKxvUY +m44obSs9tD9ephinyZ7vsKd25YRVrvJvNtWcLjmxiQxF3s9pkf+5cMMXVkIgEoKXE9K uT5g== X-Gm-Message-State: AOJu0Yybrhb5VPHdH7pqpqyalUr5xEa+fOwmL7soEPVa13HQQBE1NGKQ PvHWqmMAlPtOwfyrL6XgAw== X-Google-Smtp-Source: AGHT+IEwEFUtgK5CZxwluzpBUXw0YyfFoQ+xTnFLszG5vqKToMmpIR0Khu/GYDeAFgRyI1o1TgrJ9Q== X-Received: by 2002:a05:6870:5608:b0:1de:84a3:bb91 with SMTP id m8-20020a056870560800b001de84a3bb91mr10491581oao.16.1696625071080; Fri, 06 Oct 2023 13:44:31 -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 br26-20020a056871b41a00b001c4ede43955sm877065oac.31.2023.10.06.13.44.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Oct 2023 13:44:30 -0700 (PDT) Received: (nullmailer pid 267686 invoked by uid 1000); Fri, 06 Oct 2023 20:44:28 -0000 Date: Fri, 6 Oct 2023 15:44:28 -0500 From: Rob Herring To: Peter Griffin Cc: krzysztof.kozlowski+dt@linaro.org, mturquette@baylibre.com, conor+dt@kernel.org, sboyd@kernel.org, tomasz.figa@gmail.com, s.nawrocki@samsung.com, linus.walleij@linaro.org, wim@linux-watchdog.org, linux@roeck-us.net, catalin.marinas@arm.com, will@kernel.org, arnd@arndb.de, olof@lixom.net, cw00.choi@samsung.com, tudor.ambarus@linaro.org, andre.draszik@linaro.org, semen.protsenko@linaro.org, soc@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH 06/21] dt-bindings: arm: google: Add bindings for Google ARM platforms Message-ID: <20231006204428.GA265726-robh@kernel.org> References: <20231005155618.700312-1-peter.griffin@linaro.org> <20231005155618.700312-7-peter.griffin@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231005155618.700312-7-peter.griffin@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231006_134432_922720_4E427B6D X-CRM114-Status: GOOD ( 20.25 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Thu, Oct 05, 2023 at 04:56:03PM +0100, Peter Griffin wrote: > This introduces bindings and dt-schema for the Google tensor SoCs. > Currently just gs101 and pixel 6 are supported. > > Signed-off-by: Peter Griffin > --- > .../devicetree/bindings/arm/google.yaml | 46 +++++++++++++++++++ > 1 file changed, 46 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/google.yaml > > diff --git a/Documentation/devicetree/bindings/arm/google.yaml b/Documentation/devicetree/bindings/arm/google.yaml > new file mode 100644 > index 000000000000..3759d423d9cb > --- /dev/null > +++ b/Documentation/devicetree/bindings/arm/google.yaml > @@ -0,0 +1,46 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/arm/google.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Google Tensor platforms > + > +maintainers: > + - Peter Griffin > + > +description: | > + ARM platforms using SoCs designed by Google branded "Tensor" > + used in Pixel devices. > + > + Currently upstream this is devices using "gs101" SoC which > + is found in Pixel 6, Pixel 6 Pro and Pixel 6a. > + > + Google have a few different names for the SoC. > + - Marketing name ("Tensor") > + - Codename ("Whitechapel") > + - SoC ID ("gs101") > + - Die ID ("S5P9845"); > + > + Likewise there are a couple of names for the actual device > + - Marketing name ("Pixel 6") > + - Codename ("Oriole") > + > + Devicetrees should use the lowercased SoC ID and lowercased > + board codename. e.g. gs101 and gs101-oriole Wrap lines at 80 char. Otherwise, Reviewed-by: Rob Herring > + > +properties: > + $nodename: > + const: '/' > + compatible: > + oneOf: > + > + - description: Google Pixel 6 / Oriole > + items: > + - enum: > + - google,gs101-oriole > + - const: google,gs101 > + > +additionalProperties: true > + > +... > -- > 2.42.0.582.g8ccd20d70d-goog > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel