arm64: dts: imx8mm-var-som-symphony: Drop wake-up source from RTC
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 19 Sep 2020 14:06:47 +0000 (16:06 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Sep 2020 09:06:04 +0000 (17:06 +0800)
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 <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-var-som-symphony.dts

index 5313dd7..ac1fe15 100644 (file)
        rtc@68 {
                compatible = "dallas,ds1337";
                reg = <0x68>;
-               wakeup-source;
        };
 };