On Wed, Oct 16, 2019 at 09:40:05AM -0500, Adam Ford wrote: > 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. > Fixes: 770856f0da5d ("ARM: dts: imx6qdl: Enable SNVS power key according to board design") So this is fixing powerkey, while the previous fix on som was actually about poweroff. I was confused. > > Cc: stable <stable@xxxxxxxxxxxxxxx> #5.3+ > Signed-off-by: Adam Ford <aford173@xxxxxxxxx> Applied, thanks.