Skip to content

Commit ae4e845

Browse files
krzkLinus Walleij
authored andcommitted
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>
1 parent b042baa commit ae4e845

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Documentation/devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ patternProperties:
3737
additionalProperties: false
3838

3939
"-hog(-[0-9]+)?$":
40+
type: object
4041
required:
4142
- gpio-hog
4243

Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ patternProperties:
425425
additionalProperties: false
426426

427427
"-hog(-[0-9]+)?$":
428+
type: object
428429
required:
429430
- gpio-hog
430431

Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ patternProperties:
4343
additionalProperties: false
4444

4545
"-hog(-[0-9]+)?$":
46+
type: object
4647
required:
4748
- gpio-hog
4849

0 commit comments

Comments
 (0)