diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2018-08-02 12:34:25 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-09-12 09:02:23 +0800 |
commit | 50de5bb6fc06a12f08dc31094ea19535cc8079f1 (patch) | |
tree | eaa8e1929a7b87dc2740b4dba64b9b40a551ebcc /arch/arm/boot/dts/imx6dl-riotboard.dts | |
parent | af04a9cd9adb894da5dd41329f50b63f162fa083 (diff) |
ARM: dts: imx6: RIoTboard provide standby on power off option
This board, as well as some other boards with i.MX6 and a PMIC, uses a
"PMIC_STBY_REQ" line to notify the PMIC about a state change.
The PMIC is programmed for a specific state change before triggering the
line.
In this case, PMIC_STBY_REQ can be used for stand by, sleep
and power off modes.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-riotboard.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-riotboard.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-riotboard.dts b/arch/arm/boot/dts/imx6dl-riotboard.dts index dd3226fe5ecd..8e51491e68cf 100644 --- a/arch/arm/boot/dts/imx6dl-riotboard.dts +++ b/arch/arm/boot/dts/imx6dl-riotboard.dts @@ -84,6 +84,10 @@ status = "okay"; }; +&clks { + fsl,pmic-stby-poweroff; +}; + &fec { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_enet>; @@ -164,6 +168,7 @@ reg = <0x08>; interrupt-parent = <&gpio5>; interrupts = <16 8>; + fsl,pmic-stby-poweroff; regulators { reg_vddcore: sw1ab { /* VDDARM_IN */ |