Re: [PATCH v2 3/3] dt-bingings: pinctrl: Convert UniPhier pin controller to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2020-02-26 22:07:27
Also in:
linux-devicetree, linux-gpio, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-02-26 22:07:27
Also in:
linux-devicetree, linux-gpio, lkml
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 <redacted> --- 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel