Message ID | f512045738d2102c771a171a514ed7cf612c6d6f.1708944455.git.geert+renesas@glider.be |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [v2] dt-bindings: mfd: dlg,da9063: Make #interrupt-cells required | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | warning | total: 0 errors, 1 warnings, 18 lines checked |
robh/patch-applied | fail | build log |
On Mon, 26 Feb 2024 11:50:02 +0100, Geert Uytterhoeven wrote: > '#interrupt-cells' is a required provided for interrupt providers, > hence make it required. > > While at it, move '#interrupt-cells' in the example to match common sort > order. > > > [...] Applied, thanks! [1/1] dt-bindings: mfd: dlg,da9063: Make #interrupt-cells required commit: d3dc362b3a3d20d64208426cc86146eb241d7c7f -- Lee Jones [李琼斯]
diff --git a/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml b/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml index da741c9994456ad9..51612dc22748fcbf 100644 --- a/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml +++ b/Documentation/devicetree/bindings/mfd/dlg,da9063.yaml @@ -112,6 +112,7 @@ allOf: required: - interrupts - interrupt-controller + - '#interrupt-cells' - if: properties: @@ -162,10 +163,10 @@ examples: pmic@58 { compatible = "dlg,da9063"; reg = <0x58>; - #interrupt-cells = <2>; interrupt-parent = <&gpio6>; interrupts = <11 IRQ_TYPE_LEVEL_LOW>; interrupt-controller; + #interrupt-cells = <2>; rtc { compatible = "dlg,da9063-rtc";