2019-06-20 17:06:31

by Angus Ainslie

[permalink] [raw]
Subject: [PATCH] arm64: dts: fsl: librem5: enable the SNVS power key

Enable the snvs power key.

Signed-off-by: Angus Ainslie (Purism) <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | 3 +++
1 file changed, 3 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
index 93b3830e5406..e21215b01a62 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
@@ -715,6 +715,9 @@
status = "okay";
};

+&snvs_pwrkey {
+ status = "okay";
+};

&uart1 { /* console */
pinctrl-names = "default";
--
2.17.1


2019-06-24 02:10:51

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: fsl: librem5: enable the SNVS power key

On Thu, Jun 20, 2019 at 11:05:32AM -0600, Angus Ainslie (Purism) wrote:
> Enable the snvs power key.
>
> Signed-off-by: Angus Ainslie (Purism) <[email protected]>

Applied, thanks.