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: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Joseph Lo 2019-01-04 15:16:45 +08:00 committed by Thierry Reding
parent 46e4b2272e
commit dcdeec57c3
1 changed files with 1 additions and 1 deletions

View File

@ -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;