[PATCH v2] dt-bindings: mfd: dlg,da9063: Make #interrupt-cells required

Geert Uytterhoeven posted 1 patch 1 year, 11 months ago
Documentation/devicetree/bindings/mfd/dlg,da9063.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH v2] dt-bindings: mfd: dlg,da9063: Make #interrupt-cells required
Posted by Geert Uytterhoeven 1 year, 11 months ago
'#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.

Fixes: 361104b05684 ("dt-bindings: mfd: Convert da9063 to yaml")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
---
v2:
  - Add Fixes, Reviewed-by,
  - Rebase on top of commit f1eb64bf6d4bef52 ("dt-bindings: mfd:
    dlg,da9063: Convert da9062 to json-schema") in mfd/for-mfd-next.
---
 Documentation/devicetree/bindings/mfd/dlg,da9063.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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";
-- 
2.34.1
Re: (subset) [PATCH v2] dt-bindings: mfd: dlg,da9063: Make #interrupt-cells required
Posted by Lee Jones 1 year, 11 months ago
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 [李琼斯]