Skip to content

Commit 4012ab1

Browse files
jonhunterthierryreding
authored andcommitted
arm64: tegra: Allow the PMIC RTC to wakeup Jetson Xavier
The PMIC RTC is currently unable to wakeup Tegra194 on the Jetson Xavier platform because the interrupt from the PMIC is not usin the PMC as the interrupt parent but the GIC directly. Update the PMIC interrupt to use the PMC as the interrupt parent so that the PMIC RTC alarms can wakeup the device. Signed-off-by: Jon Hunter <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent bba2591 commit 4012ab1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
compatible = "maxim,max20024";
112112
reg = <0x3c>;
113113

114-
interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>;
114+
interrupt-parent = <&pmc>;
115+
interrupts = <24 IRQ_TYPE_LEVEL_LOW>;
115116
#interrupt-cells = <2>;
116117
interrupt-controller;
117118

0 commit comments

Comments
 (0)