[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <f512045738d2102c771a171a514ed7cf612c6d6f.1708944455.git.geert+renesas@glider.be>
Date: Mon, 26 Feb 2024 11:50:02 +0100
From: Geert Uytterhoeven <geert+renesas@...der.be>
To: Support Opensource <support.opensource@...semi.com>,
Lee Jones <lee@...nel.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Steve Twiss <stwiss.opensource@...semi.com>
Cc: devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>,
Conor Dooley <conor.dooley@...rochip.com>
Subject: [PATCH v2] dt-bindings: mfd: dlg,da9063: Make #interrupt-cells required
'#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@...der.be>
Reviewed-by: Conor Dooley <conor.dooley@...rochip.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
Powered by blists - more mailing lists