Skip to content

Commit 7ef5c57

Browse files
cniedermaierlag-linaro
authored andcommitted
dt-bindings: mfd: da9062: Move IRQ to optional properties
Move IRQ to optional properties, because the MFD DA9061/62 is usable without IRQ. This makes the chip usable for designs that don't have the IRQ pin connected. Signed-off-by: Christoph Niedermaier <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent e48dee9 commit 7ef5c57

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Documentation/devicetree/bindings/mfd/da9062.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ Required properties:
3333
"dlg,da9061" for DA9061
3434
- reg : Specifies the I2C slave address (this defaults to 0x58 but it can be
3535
modified to match the chip's OTP settings).
36-
- interrupts : IRQ line information.
37-
- interrupt-controller
38-
39-
See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for
40-
further information on IRQ bindings.
4136

4237
Optional properties:
4338

@@ -48,6 +43,12 @@ Optional properties:
4843
See Documentation/devicetree/bindings/gpio/gpio.txt for further information on
4944
GPIO bindings.
5045

46+
- interrupts : IRQ line information.
47+
- interrupt-controller
48+
49+
See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for
50+
further information on IRQ bindings.
51+
5152
Sub-nodes:
5253

5354
- regulators : This node defines the settings for the LDOs and BUCKs.

0 commit comments

Comments
 (0)