]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: imx6-logicpd: Re-enable SNVS power key
authorAdam Ford <aford173@gmail.com>
Wed, 16 Oct 2019 14:40:05 +0000 (09:40 -0500)
committerShawn Guo <shawnguo@kernel.org>
Mon, 28 Oct 2019 02:10:51 +0000 (10:10 +0800)
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>
arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi

index 2a6ce87071f9eec7709de4f39b3d571dc6201edf..9e027b9a5f91f76c1de66fc2638a3abbdb49f029 100644 (file)
        pinctrl-0 = <&pinctrl_pwm3>;
 };
 
+&snvs_pwrkey {
+       status = "okay";
+};
+
 &ssi2 {
        status = "okay";
 };