Commit dcdeec57 authored by Joseph Lo's avatar Joseph Lo Committed by Thierry Reding

arm64: tegra: Fix IRQ type of PMIC on Smaug

Fix IRQ type of PMIC which should be configured as high-level trigger.
Signed-off-by: default avatarJoseph Lo <josephl@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 46e4b227
......@@ -1343,7 +1343,7 @@ i2c@7000d000 {
max77620: max77620@3c {
compatible = "maxim,max77620";
reg = <0x3c>;
interrupts = <0 86 IRQ_TYPE_NONE>;
interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
#interrupt-cells = <2>;
interrupt-controller;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment