Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Adam Ford <aford173@gmail.com>
Fixes: 770856f0da5d ("ARM: dts: imx6qdl: Enable SNVS power key according to board design")
Cc: stable <stable@vger.kernel.org> #5.3+
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Adam Ford and committed by
Shawn Guo
cabe5f85 96ed1044

+4
+4
arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi
··· 328 328 pinctrl-0 = <&pinctrl_pwm3>; 329 329 }; 330 330 331 + &snvs_pwrkey { 332 + status = "okay"; 333 + }; 334 + 331 335 &ssi2 { 332 336 status = "okay"; 333 337 };