2024-02-26 11:01:05

by Geert Uytterhoeven

[permalink] [raw]
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 <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
---
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