Message ID | 20190620170532.18845-1-angus@akkea.ca (mailing list archive) |
---|---|
State | Mainlined |
Commit | 01407158e4c7a6ac646901b7b034b5a7d605b480 |
Headers | show |
Series | arm64: dts: fsl: librem5: enable the SNVS power key | expand |
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) <angus@akkea.ca> Applied, thanks.
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";
Enable the snvs power key. Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca> --- arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | 3 +++ 1 file changed, 3 insertions(+)