1

dt-bindings: pinctrl: qcom: add missing type to GPIO hogs

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>
This commit is contained in:
Krzysztof Kozlowski 2024-08-28 11:35:58 +02:00 committed by Linus Walleij
parent b042baa52b
commit ae4e84544f
3 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ patternProperties:
additionalProperties: false
"-hog(-[0-9]+)?$":
type: object
required:
- gpio-hog

View File

@ -425,6 +425,7 @@ patternProperties:
additionalProperties: false
"-hog(-[0-9]+)?$":
type: object
required:
- gpio-hog

View File

@ -43,6 +43,7 @@ patternProperties:
additionalProperties: false
"-hog(-[0-9]+)?$":
type: object
required:
- gpio-hog