Skip to content

Commit e9bdccb

Browse files
committed
arm64: tegra: Make the RTC a wakeup source on Jetson TX2
The RTC found on the MAX77620 PMIC can be used as a wakeup source on Jetson TX2, which is useful to wake the system from suspend at a given time. Signed-off-by: Thierry Reding <[email protected]> Acked-by: Jon Hunter <[email protected]> Tested-by: Jon Hunter <[email protected]>
1 parent ce8a859 commit e9bdccb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@
221221
compatible = "maxim,max77620";
222222
reg = <0x3c>;
223223

224-
interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>;
224+
interrupt-parent = <&pmc>;
225+
interrupts = <24 IRQ_TYPE_LEVEL_LOW>;
225226
#interrupt-cells = <2>;
226227
interrupt-controller;
227228

0 commit comments

Comments
 (0)