diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-01-18 03:03:39 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-01-18 03:03:39 +0100 |
commit | 87a0b2fafc09766d8c55461a18345a1cfb10a7fe (patch) | |
tree | f2ecd87b34a4709e49b51470056f6b6e528fefca /Documentation/devicetree/bindings/mfd/max14577.txt | |
parent | Input: ti_am335x_tsc - fix a typo in a comment (diff) | |
parent | Linux 5.16 (diff) | |
download | linux-87a0b2fafc09766d8c55461a18345a1cfb10a7fe.tar.xz linux-87a0b2fafc09766d8c55461a18345a1cfb10a7fe.zip |
Merge tag 'v5.16' into next
Sync up with mainline to bring in the latest API changes.
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/max14577.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/max14577.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mfd/max14577.txt b/Documentation/devicetree/bindings/mfd/max14577.txt index 92070b346756..be11943a0560 100644 --- a/Documentation/devicetree/bindings/mfd/max14577.txt +++ b/Documentation/devicetree/bindings/mfd/max14577.txt @@ -71,7 +71,7 @@ max14577@25 { compatible = "maxim,max14577"; reg = <0x25>; interrupt-parent = <&gpx1>; - interrupts = <5 IRQ_TYPE_NONE>; + interrupts = <5 IRQ_TYPE_LEVEL_LOW>; muic: max14577-muic { compatible = "maxim,max14577-muic"; @@ -106,7 +106,7 @@ max77836@25 { compatible = "maxim,max77836"; reg = <0x25>; interrupt-parent = <&gpx1>; - interrupts = <5 IRQ_TYPE_NONE>; + interrupts = <5 IRQ_TYPE_LEVEL_LOW>; muic: max77836-muic { compatible = "maxim,max77836-muic"; |