Skip to content

Commit 6bd410f

Browse files
krzklinusw
authored andcommitted
dt-bindings: pinctrl: qcom,ipq5018-tlmm: use common TLMM bindings
Reference common Qualcomm SoC TLMM bindings to drop commonly used properties and also bring other schemas for common definitions. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20231208215534.195854-8-krzysztof.kozlowski@linaro.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 7e47d9d commit 6bd410f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Documentation/devicetree/bindings/pinctrl/qcom,ipq5018-tlmm.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ properties:
2323
interrupts:
2424
maxItems: 1
2525

26-
interrupt-controller: true
27-
"#interrupt-cells": true
28-
gpio-controller: true
29-
"#gpio-cells": true
30-
gpio-ranges: true
31-
wakeup-parent: true
32-
3326
gpio-reserved-ranges:
3427
minItems: 1
3528
maxItems: 24
@@ -95,7 +88,10 @@ required:
9588
- compatible
9689
- reg
9790

98-
additionalProperties: false
91+
allOf:
92+
- $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
93+
94+
unevaluatedProperties: false
9995

10096
examples:
10197
- |

0 commit comments

Comments
 (0)