diff mbox series

[1/2] dt-bindings: pinctrl: amlogic,meson-pinctrl-common: allow gpio-line-names

Message ID 20230706-topic-amlogic-upstream-pinctrl-fix-bindings-v1-1-fa442d5aae91@linaro.org
State New
Headers show
Series dt-bindings: pinctrl: amlogic,meson-pinctrl-common: add missing properties | expand

Commit Message

Neil Armstrong July 6, 2023, 7:42 a.m. UTC
Allow gpio-line-names property for the gpio subnode.

Fixes: 94df03a45276 ("dt-bindings: pinctrl: Convert Amlogic Meson pinctrl binding")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 .../devicetree/bindings/pinctrl/amlogic,meson-pinctrl-common.yaml        | 1 +
 1 file changed, 1 insertion(+)

Comments

Rob Herring July 6, 2023, 7:08 p.m. UTC | #1
On Thu, Jul 06, 2023 at 09:42:26AM +0200, Neil Armstrong wrote:
> Allow gpio-line-names property for the gpio subnode.
> 
> Fixes: 94df03a45276 ("dt-bindings: pinctrl: Convert Amlogic Meson pinctrl binding")
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
>  .../devicetree/bindings/pinctrl/amlogic,meson-pinctrl-common.yaml        | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-common.yaml b/Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-common.yaml
> index a7b29ef0bab6..28659f0389a5 100644
> --- a/Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-common.yaml
> +++ b/Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-common.yaml
> @@ -34,6 +34,7 @@ $defs:
>  
>      properties:
>        gpio-controller: true
> +      gpio-line-names: true

There should be a range of number of entries.

>  
>        "#gpio-cells":
>          const: 2
> 
> -- 
> 2.34.1
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-common.yaml b/Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-common.yaml
index a7b29ef0bab6..28659f0389a5 100644
--- a/Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-common.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/amlogic,meson-pinctrl-common.yaml
@@ -34,6 +34,7 @@  $defs:
 
     properties:
       gpio-controller: true
+      gpio-line-names: true
 
       "#gpio-cells":
         const: 2