arm64: tegra: Use GIC_SPI for PMIC interrupt on Smaug

Instead of hardcoding the value (0), reuse the symbolic name from
dt-bindings/interrupt-controller/arm-gic.h.

Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2019-01-25 13:04:28 +01:00
parent dcdeec57c3
commit 968ebd8427
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_LEVEL_HIGH>;
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
#interrupt-cells = <2>;
interrupt-controller;