Commit cabe5f85 authored by Adam Ford's avatar Adam Ford Committed by Shawn Guo

ARM: dts: imx6-logicpd: Re-enable SNVS power key

The baseboard of the Logic PD i.MX6 development kit has a power
button routed which can both power down and power up the board.
It can also wake the board from sleep.  This functionality was
marked as disabled by default in imx6qdl.dtsi, so it needs to
be explicitly enabled for each board.

This patch enables the snvs power key again.
Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
Fixes: 770856f0 ("ARM: dts: imx6qdl: Enable SNVS power key according to board design")
Cc: stable <stable@vger.kernel.org> #5.3+
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 96ed1044
......@@ -328,6 +328,10 @@ &pwm3 {
pinctrl-0 = <&pinctrl_pwm3>;
};
&snvs_pwrkey {
status = "okay";
};
&ssi2 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment