diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-04-11 18:22:27 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-04-19 03:43:07 +0300 |
commit | 4e0483652664750dc0c50d3634478fac661bfd7f (patch) | |
tree | 86db3e6335a3e962f5b4372af85fad4e8b052fae /arch/arm/boot/dts/imx6qdl-colibri.dtsi | |
parent | 5ab9c76a82670f369969a08677c0afba22a8da15 (diff) | |
download | linux-4e0483652664750dc0c50d3634478fac661bfd7f.tar.xz |
ARM: dts: imx6dl-colibri: Command pmic to standby for poweroff
The Colibri iMX6 HW doesn't allow to use the PWR_ON_REQ signal for
poweroff. Use the fsl,pmic-stby-poweroff property to command the PMIC
into a low power mode in poweroff.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-colibri.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-colibri.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-colibri.dtsi b/arch/arm/boot/dts/imx6qdl-colibri.dtsi index f6243762e918..da52a71bb6e7 100644 --- a/arch/arm/boot/dts/imx6qdl-colibri.dtsi +++ b/arch/arm/boot/dts/imx6qdl-colibri.dtsi @@ -138,6 +138,10 @@ status = "disabled"; }; +&clks { + fsl,pmic-stby-poweroff; +}; + /* Colibri SSP */ &ecspi4 { cs-gpios = <&gpio5 2 GPIO_ACTIVE_LOW>; @@ -403,6 +407,7 @@ pmic: pfuze100@8 { compatible = "fsl,pfuze100"; + fsl,pmic-stby-poweroff; reg = <0x08>; regulators { |