We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11b6c4 commit ab246c8Copy full SHA for ab246c8
Documentation/devicetree/bindings/rtc/intersil,isl12022.yaml
@@ -19,6 +19,9 @@ properties:
19
interrupts:
20
maxItems: 1
21
22
+ '#clock-cells':
23
+ const: 0
24
+
25
isil,battery-trip-levels-microvolt:
26
description:
27
The battery voltages at which the first alarm and second alarm
@@ -33,6 +36,13 @@ required:
33
36
34
37
allOf:
35
38
- $ref: rtc.yaml#
39
+ # If #clock-cells is present, interrupts must not be present
40
+ - if:
41
+ required:
42
+ - '#clock-cells'
43
+ then:
44
+ properties:
45
+ interrupts: false
46
47
unevaluatedProperties: false
48
0 commit comments