Message ID | 20220115210432.449968-1-michael@walle.cc (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: ls1028a: sl28: re-enable ftm_alarm0 | expand |
On Sat, Jan 15, 2022 at 10:04:32PM +0100, Michael Walle wrote: > Commit dd3d936a1b17 ("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: dd3d936a1b17 ("arm64: dts: ls1028a: add ftm_alarm1 node to be used as wakeup source") > Reported-by: Guillaume Tucker <guillaume.tucker@collabora.com> > Reported-by: "kernelci.org bot" <bot@kernelci.org> > Signed-off-by: Michael Walle <michael@walle.cc> Applied, thanks!
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts index dd4773d1cf03..5dc85d088ec2 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts @@ -190,6 +190,10 @@ base_mac_address: base-mac-address@17 { }; }; +&ftm_alarm0 { + status = "okay"; +}; + &gpio1 { gpio-line-names = "", "", "", "", "", "", "", "",
Commit dd3d936a1b17 ("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: dd3d936a1b17 ("arm64: dts: ls1028a: add ftm_alarm1 node to be used as wakeup source") Reported-by: Guillaume Tucker <guillaume.tucker@collabora.com> Reported-by: "kernelci.org bot" <bot@kernelci.org> Signed-off-by: Michael Walle <michael@walle.cc> --- arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts | 4 ++++ 1 file changed, 4 insertions(+)