Re: [PATCH v2 3/3] dt-bingings: pinctrl: Convert UniPhier pin controller to json-schema

From: Rob Herring
Date: Wed Feb 26 2020 - 17:07:27 EST


On Sat, 22 Feb 2020 15:04:35 +0900, Masahiro Yamada wrote:
> Convert the UniPhier pin controller binding to DT schema format.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
> ---
>
> In the original .txt file, there is a description:
> The UniPhier pinctrl should be a subnode of a "syscon" compatible node
>
> I did not figure out how to represent (or check) it in dt-schema.
> I just moved it to a comment line in 'examples'.
> If there is a better way, please let me know.
>
>
> Changes in v2: None
>
> .../pinctrl/socionext,uniphier-pinctrl.txt | 27 ------------
> .../pinctrl/socionext,uniphier-pinctrl.yaml | 42 +++++++++++++++++++
> MAINTAINERS | 2 +-
> 3 files changed, 43 insertions(+), 28 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
> create mode 100644 Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.yaml
>

Applied, thanks.

Rob