@@ -121,6 +121,15 @@ The device node should have the optional properties to support the clock:
#clock-cells: from common clock binding; shall be set to 1. The clock id for
single clock output is 0.
+Power-off:
+=========
+
+AS3722 supports the system power off by turning off all its rail. The power off
+is provided through pm power off.
+The device node should have the following properties to enable power-off
+functionality from ams AS3722:
+ams,system-power-controller: To enable the power off functionality through
+ device.
Example:
--------
#include <dt-bindings/mfd/as3722.h>
ams AS3722 device supports the power off by turning off its all rails. Add dt node properties to enable this functionality on this device. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> --- Documentation/devicetree/bindings/mfd/as3722.txt | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)