2020-09-19 14:08:15

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] arm64: dts: imx8mm-var-som-symphony: Drop wake-up source from RTC

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


2020-09-22 08:30:23

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: imx8mm-var-som-symphony: Drop wake-up source from RTC

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.