diff options
author | Emil Renner Berthing <kernel@esmil.dk> | 2021-07-27 11:25:52 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-08-16 14:40:26 +0200 |
commit | e06f4abb1b79b31b712dc865f8ffc0e20ef2c416 (patch) | |
tree | 2a371c195e672334b29708c9fb2a930e5bdd1994 /Documentation | |
parent | dt-bindings: mfd: Convert tps65086.txt to YAML (diff) | |
download | linux-e06f4abb1b79b31b712dc865f8ffc0e20ef2c416.tar.xz linux-e06f4abb1b79b31b712dc865f8ffc0e20ef2c416.zip |
mfd: tps65086: Make interrupt line optional
The BeagleV Starlight v0.9 board[1] doesn't have the IRQB line routed to
the SoC, but it is still useful to be able to reach the PMIC over I2C
for the other functionality it provides such as GPIOs and regulator
settings.
[1] https://github.com/beagleboard/beaglev-starlight
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/ti,tps65086.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/mfd/ti,tps65086.yaml b/Documentation/devicetree/bindings/mfd/ti,tps65086.yaml index 9f6e1349eadc..6aeedda3be15 100644 --- a/Documentation/devicetree/bindings/mfd/ti,tps65086.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,tps65086.yaml @@ -87,9 +87,6 @@ additionalProperties: false required: - compatible - reg - - interrupts - - interrupt-controller - - '#interrupt-cells' - gpio-controller - '#gpio-cells' - regulators |