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 ec01319 commit d3dc362Copy full SHA for d3dc362
Documentation/devicetree/bindings/mfd/dlg,da9063.yaml
@@ -112,6 +112,7 @@ allOf:
112
required:
113
- interrupts
114
- interrupt-controller
115
+ - '#interrupt-cells'
116
117
- if:
118
properties:
@@ -162,10 +163,10 @@ examples:
162
163
pmic@58 {
164
compatible = "dlg,da9063";
165
reg = <0x58>;
- #interrupt-cells = <2>;
166
interrupt-parent = <&gpio6>;
167
interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
168
interrupt-controller;
169
+ #interrupt-cells = <2>;
170
171
rtc {
172
compatible = "dlg,da9063-rtc";
0 commit comments