The RTC on Symphony board does not have its interrupt pin connected to
the SoC, therefore it is not capable of waking up.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8mm-var-som-symphony.dts | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-var-som-symphony.dts b/arch/arm64/boot/dts/freescale/imx8mm-var-som-symphony.dts
index 07214d7dfc06..f0af396af4a6 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-var-som-symphony.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-var-som-symphony.dts
@@ -139,7 +139,6 @@
rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
- wakeup-source;
};
};
--
2.17.1
On Sat, Sep 19, 2020 at 04:06:47PM +0200, Krzysztof Kozlowski wrote:
> The RTC on Symphony board does not have its interrupt pin connected to
> the SoC, therefore it is not capable of waking up.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
Applied, thanks.