]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dt-bindings: pinctrl: qcom: add missing type to GPIO hogs
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 28 Aug 2024 09:35:58 +0000 (11:35 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 3 Sep 2024 09:15:53 +0000 (11:15 +0200)
GPIO hog nodes should define type, otherwise "dummy-hog" boolean
properties would be allowed.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/20240828-dt-bindings-gpio-hog-v1-2-63b83e47d804@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.yaml
Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml
Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.yaml

index ebf74e48ec5bf35c8e71a452124913a019eacace..cc5de9f77680147ec11bc2425b2a602bca02223e 100644 (file)
@@ -37,6 +37,7 @@ patternProperties:
         additionalProperties: false
 
   "-hog(-[0-9]+)?$":
+    type: object
     required:
       - gpio-hog
 
index 2784d32fdde23711dbb4c835b1ee9980290fc6f1..c1b799167d81b0b4e1edff6a6fce557fa88fd1ea 100644 (file)
@@ -425,6 +425,7 @@ patternProperties:
         additionalProperties: false
 
   "-hog(-[0-9]+)?$":
+    type: object
     required:
       - gpio-hog
 
index dfe5616b9b858f8031a902f41c74a63c44e93174..0f331844608c694b3c64288d3a9228c301061e95 100644 (file)
@@ -43,6 +43,7 @@ patternProperties:
         additionalProperties: false
 
   "-hog(-[0-9]+)?$":
+    type: object
     required:
       - gpio-hog