[V2] arm: dts: imx6ulz-bsh-smm-m2: Support proper board power off

Message ID 20220517135342.2458267-1-michael@amarulasolutions.com
State New
Headers show
Series
  • [V2] arm: dts: imx6ulz-bsh-smm-m2: Support proper board power off
Related show

Commit Message

Michael Nazzareno Trimarchi May 17, 2022, 1:53 p.m. UTC
From: Simon Holesch <simon.holesch@bshg.com>

Supports initiating poweroff on SNVS_PMIC_ON_REQ signal.

Signed-off-by: Simon Holesch <simon.holesch@bshg.com>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---
V1->V2:
	- adjust the sign-off for mailing list policy (Thank you Fabio
	  Estavam
---
 arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Fabio Estevam May 17, 2022, 5:22 p.m. UTC | #1
On 17/05/2022 10:53, Michael Trimarchi wrote:
> From: Simon Holesch <simon.holesch@bshg.com>
> 
> Supports initiating poweroff on SNVS_PMIC_ON_REQ signal.
> 
> Signed-off-by: Simon Holesch <simon.holesch@bshg.com>
> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>

Reviewed-by: Fabio Estevam <festevam@denx.de>
Shawn Guo June 11, 2022, 12:58 p.m. UTC | #2
On Tue, May 17, 2022 at 03:53:42PM +0200, Michael Trimarchi wrote:
> From: Simon Holesch <simon.holesch@bshg.com>
> 
> Supports initiating poweroff on SNVS_PMIC_ON_REQ signal.
> 
> Signed-off-by: Simon Holesch <simon.holesch@bshg.com>
> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>

Applied, thanks!

Patch

diff --git a/arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts b/arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts
index 59bcfc9a6b10..c92e4e2f6ab9 100644
--- a/arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts
+++ b/arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts
@@ -29,6 +29,10 @@  &gpmi {
 	status = "okay";
 };
 
+&snvs_poweroff {
+	status = "okay";
+};
+
 &uart3 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_uart3>;