summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Lo2019-01-04 08:16:45 +0100
committerThierry Reding2019-01-25 13:02:22 +0100
commitdcdeec57c3e02b147e04a02dfbb2b62a9e605257 (patch)
tree2c0c17fa64b67a7eba0ed55bef4cc79ba3632806
parentarm64: tegra: Fix register range of apbmisc on Tegra210 (diff)
downloadkernel-qcow2-linux-dcdeec57c3e02b147e04a02dfbb2b62a9e605257.tar.gz
kernel-qcow2-linux-dcdeec57c3e02b147e04a02dfbb2b62a9e605257.tar.xz
kernel-qcow2-linux-dcdeec57c3e02b147e04a02dfbb2b62a9e605257.zip
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>
-rw-r--r--arch/arm64/boot/dts/nvidia/tegra210-smaug.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
index 6ff64e0f65c5..83956e6c8817 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
+++ b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
@@ -1343,7 +1343,7 @@
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;