Skip to content

Commit f03f5c7

Browse files
satya priyalinusw
authored andcommitted
dt-bindings: pinctrl: qcom-pmic-gpio: Remove the interrupts property
Remove the interrupts property as we no longer specify it. Signed-off-by: satya priya <[email protected]> Acked-by: Rob Herring <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 328fb93 commit f03f5c7

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

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

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,11 @@ properties:
5656
reg:
5757
maxItems: 1
5858

59-
interrupts:
60-
minItems: 1
61-
maxItems: 44
62-
description:
63-
Must contain an array of encoded interrupt specifiers for
64-
each available GPIO
59+
interrupt-controller: true
6560

6661
'#interrupt-cells':
6762
const: 2
6863

69-
interrupt-controller: true
70-
7164
gpio-controller: true
7265

7366
gpio-ranges:
@@ -87,6 +80,7 @@ required:
8780
- gpio-controller
8881
- '#gpio-cells'
8982
- gpio-ranges
83+
- interrupt-controller
9084

9185
patternProperties:
9286
'-state$':
@@ -223,22 +217,8 @@ examples:
223217
pm8921_gpio: gpio@150 {
224218
compatible = "qcom,pm8921-gpio", "qcom,ssbi-gpio";
225219
reg = <0x150 0x160>;
226-
interrupts = <192 1>, <193 1>, <194 1>,
227-
<195 1>, <196 1>, <197 1>,
228-
<198 1>, <199 1>, <200 1>,
229-
<201 1>, <202 1>, <203 1>,
230-
<204 1>, <205 1>, <206 1>,
231-
<207 1>, <208 1>, <209 1>,
232-
<210 1>, <211 1>, <212 1>,
233-
<213 1>, <214 1>, <215 1>,
234-
<216 1>, <217 1>, <218 1>,
235-
<219 1>, <220 1>, <221 1>,
236-
<222 1>, <223 1>, <224 1>,
237-
<225 1>, <226 1>, <227 1>,
238-
<228 1>, <229 1>, <230 1>,
239-
<231 1>, <232 1>, <233 1>,
240-
<234 1>, <235 1>;
241-
220+
interrupt-controller;
221+
#interrupt-cells = <2>;
242222
gpio-controller;
243223
gpio-ranges = <&pm8921_gpio 0 0 44>;
244224
#gpio-cells = <2>;

0 commit comments

Comments
 (0)