Skip to content

Commit ae4e845

Browse files
krzklinusw
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 <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent b042baa commit ae4e845

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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)