Skip to content

Commit ff3cfc3

Browse files
mwalleShawn Guo
authored andcommitted
arm64: dts: ls1028a: sl28: re-enable ftm_alarm0
Commit dd3d936 ("arm64: dts: ls1028a: add ftm_alarm1 node to be used as wakeup source") disables ftm_alarm0 in the SoC dtsi but doesn't enable it on the board which is still using it. Re-enable it on the sl28 board. Fixes: dd3d936 ("arm64: dts: ls1028a: add ftm_alarm1 node to be used as wakeup source") Reported-by: Guillaume Tucker <[email protected]> Reported-by: "kernelci.org bot" <[email protected]> Signed-off-by: Michael Walle <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent dbe0d00 commit ff3cfc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@
157157
};
158158
};
159159

160+
&ftm_alarm0 {
161+
status = "okay";
162+
};
163+
160164
&gpio1 {
161165
gpio-line-names =
162166
"", "", "", "", "", "", "", "",

0 commit comments

Comments
 (0)