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 C4D15C433EF for ; Tue, 4 Jan 2022 22:07:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235130AbiADWHz (ORCPT ); Tue, 4 Jan 2022 17:07:55 -0500 Received: from mail-ot1-f45.google.com ([209.85.210.45]:41830 "EHLO mail-ot1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229984AbiADWHy (ORCPT ); Tue, 4 Jan 2022 17:07:54 -0500 Received: by mail-ot1-f45.google.com with SMTP id n17-20020a9d64d1000000b00579cf677301so8069686otl.8; Tue, 04 Jan 2022 14:07:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=WpuTEnMsfacvD0VOURlK31DWnAVBUgJmXM4X3B1dfVw=; b=ESwvf2GL6leO2H/LypLn3p0gDz/P02Hk73G++uSypsIoFurtZua5ihO1EXTdrus7hg pA4fzBHjbxeSCvBhlvPiMwFp4tY9t/gj9VEytF5c0IOPApRiFez/uAOGU3229v5QR12b ZRqiCNK2LOLkhzoe/5LWURach7XMY0JQR/0EcqKNqfsSNsSnC60rq5hL7pExnJb8rLF/ FYzxJSXk5U2ZVqfvZtlbg3S86qrtDJH6LbtYiq/D6fXYVoDKY0+p7aji6Ml4uTQWhhWG 5u/0LWDb1eoJRstnOgwKyw2+C/+Z53geqjjzBQrcHVyRqGU2alZ+a2nuoOy/iOXkGHFK 8+CQ== X-Gm-Message-State: AOAM53202FBVLsL9mAeM3LKIrTPr18QFT8xAH0BxowvZy90DafM589pe QF0GyRSqlKMqneBv7FgZEA== X-Google-Smtp-Source: ABdhPJwcOkAgoVIzZ4/aXLTGe5sAZbXE/iR7xEi+gBzUL+p6caHDpCCjUdLlmlzY3dynP6W95IYHeg== X-Received: by 2002:a05:6830:1d49:: with SMTP id p9mr37021965oth.108.1641334074202; Tue, 04 Jan 2022 14:07:54 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id y14sm7531050otk.39.2022.01.04.14.07.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Jan 2022 14:07:53 -0800 (PST) Received: (nullmailer pid 1526475 invoked by uid 1000); Tue, 04 Jan 2022 22:07:52 -0000 Date: Tue, 4 Jan 2022 16:07:52 -0600 From: Rob Herring To: Jonathan =?iso-8859-1?Q?Neusch=E4fer?= Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, Linus Walleij , openbmc@lists.ozlabs.org, Tomer Maimon , Joel Stanley , linux-kernel@vger.kernel.org, Andy Shevchenko , Avi Fishman , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair Subject: Re: [PATCH v3 1/9] dt-bindings: arm/npcm: Add binding for global control registers (GCR) Message-ID: References: <20211224200935.93817-1-j.neuschaefer@gmx.net> <20211224200935.93817-2-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211224200935.93817-2-j.neuschaefer@gmx.net> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Dec 24, 2021 at 09:09:27PM +0100, Jonathan Neuschäfer wrote: > A nuvoton,*-gcr node is present in nuvoton-common-npcm7xx.dtsi and will > be added to nuvoton-wpcm450.dtsi. It is necessary for the NPCM7xx and > WPCM450 pinctrl drivers, and may later be used to retrieve SoC model and > version information. > > This patch adds a binding to describe this node. > > Signed-off-by: Jonathan Neuschäfer > > --- > v3: > - Make a few changes suggested by Rob Herring > - Change name of mux-controller node to appease the linter > > v2: > - https://lore.kernel.org/lkml/20211207210823.1975632-2-j.neuschaefer@gmx.net/ > - Rename node in example to syscon@800000 > - Add subnode to example > > v1: > - https://lore.kernel.org/lkml/20210602120329.2444672-2-j.neuschaefer@gmx.net/ > --- > .../bindings/arm/npcm/nuvoton,gcr.yaml | 48 +++++++++++++++++++ > 1 file changed, 48 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/npcm/nuvoton,gcr.yaml Reviewed-by: Rob Herring 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 0FC43C433FE for ; Tue, 4 Jan 2022 22:08:28 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4JT6FR1MLmz301B for ; Wed, 5 Jan 2022 09:08:27 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.210.53; helo=mail-ot1-f53.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-ot1-f53.google.com (mail-ot1-f53.google.com [209.85.210.53]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4JT6Dv5x23z2xBV for ; Wed, 5 Jan 2022 09:07:57 +1100 (AEDT) Received: by mail-ot1-f53.google.com with SMTP id i5-20020a05683033e500b0057a369ac614so48966963otu.10 for ; Tue, 04 Jan 2022 14:07:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=WpuTEnMsfacvD0VOURlK31DWnAVBUgJmXM4X3B1dfVw=; b=sptMCojtjkaIuud9fCBsS04vniCIabAZfHyAel+t5djZ057ImG8FiARYo99tCjm8qR 1H5LPu0kcLp0tX/j7vCxCskhvB095Lrm0L7sRt7bnrgKgJUdylRFNvX7vh9SeMQLHJfJ hZ/iMK9LzYg4KxJUn+YFFbS0nvwmv1laqPcKvjkDMSm+WcK1qEDNaHKh+1bWyoDTE4MD bR+Rv2OoXtirgx7UvuivEoANFmdsORN4vumU9ciEVDgn43HvAMrAb1qydv6Xj8y8BHiz byEnL741/4QmXxNiCW9ZGR2qBUgYR6yHgq70ucOHdMCG5iNcTzrIj2aP85M9ikPrLJBo +4ZA== X-Gm-Message-State: AOAM533KN59eleXN27PdxrHNy1/2bkzalRZi1sR3woAIAAHHkzXV9IVr xW7N72GgigO+Df6rj7CrMQ== X-Google-Smtp-Source: ABdhPJwcOkAgoVIzZ4/aXLTGe5sAZbXE/iR7xEi+gBzUL+p6caHDpCCjUdLlmlzY3dynP6W95IYHeg== X-Received: by 2002:a05:6830:1d49:: with SMTP id p9mr37021965oth.108.1641334074202; Tue, 04 Jan 2022 14:07:54 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id y14sm7531050otk.39.2022.01.04.14.07.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Jan 2022 14:07:53 -0800 (PST) Received: (nullmailer pid 1526475 invoked by uid 1000); Tue, 04 Jan 2022 22:07:52 -0000 Date: Tue, 4 Jan 2022 16:07:52 -0600 From: Rob Herring To: Jonathan =?iso-8859-1?Q?Neusch=E4fer?= Subject: Re: [PATCH v3 1/9] dt-bindings: arm/npcm: Add binding for global control registers (GCR) Message-ID: References: <20211224200935.93817-1-j.neuschaefer@gmx.net> <20211224200935.93817-2-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211224200935.93817-2-j.neuschaefer@gmx.net> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Tomer Maimon , Avi Fishman , Patrick Venture , Linus Walleij , linux-kernel@vger.kernel.org, Tali Perry , linux-gpio@vger.kernel.org, Andy Shevchenko , openbmc@lists.ozlabs.org, Benjamin Fair Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Fri, Dec 24, 2021 at 09:09:27PM +0100, Jonathan Neuschäfer wrote: > A nuvoton,*-gcr node is present in nuvoton-common-npcm7xx.dtsi and will > be added to nuvoton-wpcm450.dtsi. It is necessary for the NPCM7xx and > WPCM450 pinctrl drivers, and may later be used to retrieve SoC model and > version information. > > This patch adds a binding to describe this node. > > Signed-off-by: Jonathan Neuschäfer > > --- > v3: > - Make a few changes suggested by Rob Herring > - Change name of mux-controller node to appease the linter > > v2: > - https://lore.kernel.org/lkml/20211207210823.1975632-2-j.neuschaefer@gmx.net/ > - Rename node in example to syscon@800000 > - Add subnode to example > > v1: > - https://lore.kernel.org/lkml/20210602120329.2444672-2-j.neuschaefer@gmx.net/ > --- > .../bindings/arm/npcm/nuvoton,gcr.yaml | 48 +++++++++++++++++++ > 1 file changed, 48 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/npcm/nuvoton,gcr.yaml Reviewed-by: Rob Herring