Re: [PATCH v3 1/9] dt-bindings: arm/npcm: Add binding for global control registers (GCR)

From: Rob Herring
Date: Tue Jan 04 2022 - 17:07:57 EST


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 <j.neuschaefer@xxxxxxx>
>
> ---
> 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@xxxxxxx/
> - Rename node in example to syscon@800000
> - Add subnode to example
>
> v1:
> - https://lore.kernel.org/lkml/20210602120329.2444672-2-j.neuschaefer@xxxxxxx/
> ---
> .../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 <robh@xxxxxxxxxx>