commit | 4c2fb5fcc8159b1610dbb169f9acea2c043e7cc2 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Apr 24 13:34:43 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue May 09 20:35:38 2017 -0400 |
tree | e5d18a80dea9c1b79ee5e4c643908622061eb0ae | |
parent | 15fde737fc1dd1b796903dd33989defff3598f19 [diff] |
power: twl4030: Add CONFIG_CMD_POWEROFF support With the addition of twl4030_power_off(), let's allow the 'poweroff' command to run this function when CONFIG_CMD_POWEROFF is enabled. Tested on a DM3730 with twl4030 PMIC. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>