summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6s-riotboard.dts
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2017-07-07 10:03:59 +0200
committerLucas Stach <l.stach@pengutronix.de>2017-07-07 16:50:57 +0200
commite16c539d9479aeb0d7e9ce9b4345e8c335dd485a (patch)
treeda7eacccf8c59fe47f738500c37bb72a1dc3fa97 /arch/arm/dts/imx6s-riotboard.dts
parent3401a62343a5068c9948c81390c3781d866ada54 (diff)
downloadbarebox-e16c539d9479aeb0d7e9ce9b4345e8c335dd485a.tar.gz
barebox-e16c539d9479aeb0d7e9ce9b4345e8c335dd485a.tar.xz
ARM: 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: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/imx6s-riotboard.dts')
-rw-r--r--arch/arm/dts/imx6s-riotboard.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6s-riotboard.dts b/arch/arm/dts/imx6s-riotboard.dts
index 575887267e..ddd0d5ba2d 100644
--- a/arch/arm/dts/imx6s-riotboard.dts
+++ b/arch/arm/dts/imx6s-riotboard.dts
@@ -42,3 +42,10 @@
barebox,provide-mac-address = <&fec 0x620>;
};
+&clks {
+ fsl,pmic-stby-poweroff;
+};
+
+&pmic {
+ fsl,pmic-stby-poweroff;
+};