Commit 5d5d7c42 authored by Shree Ramamoorthy's avatar Shree Ramamoorthy Committed by Lee Jones
Browse files

dt-bindings: mfd: tps65910: Make interrupt properties optional



Mark 'interrupts', 'interrupt-controller', and 'interrupt-cells' as
optional in the binding schema.

The 'interrupts' property should not be required for the TPS65910 PMIC.
On the AM335x-ICEV2 SoC, there is no hardware connection from the PMIC_INT
pin to the SoC. Without the 'interrupts' property defined, the PMIC cannot
forward interrupts.

Signed-off-by: default avatarShree Ramamoorthy <s-ramamoorthy@ti.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20251021182716.292652-1-s-ramamoorthy@ti.com


Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent 0fcb5085
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -166,9 +166,6 @@ patternProperties:
required:
  - compatible
  - reg
  - interrupts
  - interrupt-controller
  - '#interrupt-cells'
  - gpio-controller
  - '#gpio-cells'
  - regulators