[PATCH v1 4/4] dt-bindings: pinctrl: mt8192: Add gpio-line-names property

Nícolas F. R. A. Prado posted 4 patches 2 years, 6 months ago
[PATCH v1 4/4] dt-bindings: pinctrl: mt8192: Add gpio-line-names property
Posted by Nícolas F. R. A. Prado 2 years, 6 months ago
Add the gpio-line-names optional property to the pinctrl-mt8192 binding
to prevent dt_binding_check warnings when it is present in the pinctrl
node in the Devicetree.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
---

 Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml
index e27cbcc6e8f9..c90a132fbc79 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml
@@ -29,6 +29,8 @@ properties:
     description: gpio valid number range.
     maxItems: 1
 
+  gpio-line-names: true
+
   reg:
     description: |
       Physical address base for gpio base registers. There are 11 GPIO
-- 
2.35.1

Re: [PATCH v1 4/4] dt-bindings: pinctrl: mt8192: Add gpio-line-names property
Posted by Linus Walleij 2 years, 5 months ago
On Tue, Mar 15, 2022 at 10:20 PM Nícolas F. R. A. Prado
<nfraprado@collabora.com> wrote:

> Add the gpio-line-names optional property to the pinctrl-mt8192 binding
> to prevent dt_binding_check warnings when it is present in the pinctrl
> node in the Devicetree.
>
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>

Patch applied!

Yours,
Linus Walleij
Re: [PATCH v1 4/4] dt-bindings: pinctrl: mt8192: Add gpio-line-names property
Posted by AngeloGioacchino Del Regno 2 years, 6 months ago
Il 15/03/22 22:19, Nícolas F. R. A. Prado ha scritto:
> Add the gpio-line-names optional property to the pinctrl-mt8192 binding
> to prevent dt_binding_check warnings when it is present in the pinctrl
> node in the Devicetree.
> 
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>


Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

Re: [PATCH v1 4/4] dt-bindings: pinctrl: mt8192: Add gpio-line-names property
Posted by Rob Herring 2 years, 6 months ago
On Tue, 15 Mar 2022 17:19:36 -0400, Nícolas F. R. A. Prado wrote:
> Add the gpio-line-names optional property to the pinctrl-mt8192 binding
> to prevent dt_binding_check warnings when it is present in the pinctrl
> node in the Devicetree.
> 
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
> ---
> 
>  Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>