diff options
author | Angus Ainslie (Purism) <angus@akkea.ca> | 2019-06-20 20:05:32 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-06-24 05:07:00 +0300 |
commit | 01407158e4c7a6ac646901b7b034b5a7d605b480 (patch) | |
tree | cd092aa17529322ebe122f0e08be2bceabd2e22f /arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | |
parent | 8155b786b6f245380a11f66729a1038ef0611e8e (diff) | |
download | linux-01407158e4c7a6ac646901b7b034b5a7d605b480.tar.xz |
arm64: dts: librem5: enable the SNVS power key
Enable the snvs power key.
Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts index dd623dbc2360..5179e22f5126 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"; |