diff mbox

ARM: config: enable ams AS3722 power reset driver

Message ID 1389084000-17033-1-git-send-email-ldewangan@nvidia.com
State Accepted, archived
Delegated to: Stephen Warren
Headers show

Commit Message

Laxman Dewangan Jan. 7, 2014, 8:39 a.m. UTC
ams AS3722 is used as system PMIC for Tegra124 based Venice2.
Enable ams AS3722 power reset driver for enabling power off
system using PMIC.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 arch/arm/configs/tegra_defconfig |    1 +
 1 file changed, 1 insertion(+)

Comments

Stephen Warren Jan. 8, 2014, 7:05 p.m. UTC | #1
On 01/07/2014 01:39 AM, Laxman Dewangan wrote:
> ams AS3722 is used as system PMIC for Tegra124 based Venice2.
> Enable ams AS3722 power reset driver for enabling power off
> system using PMIC.

I assume you'll also send a patch to add the following to DT:

			ams,system-power-controller;

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Laxman Dewangan Jan. 9, 2014, 11:03 a.m. UTC | #2
On Thursday 09 January 2014 12:35 AM, Stephen Warren wrote:
> On 01/07/2014 01:39 AM, Laxman Dewangan wrote:
>> ams AS3722 is used as system PMIC for Tegra124 based Venice2.
>> Enable ams AS3722 power reset driver for enabling power off
>> system using PMIC.
> I assume you'll also send a patch to add the following to DT:
>
> 			ams,system-power-controller;
>
Oops, I missed it.
Sent it.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Warren Feb. 5, 2014, 5:18 p.m. UTC | #3
On 01/07/2014 01:39 AM, Laxman Dewangan wrote:
> ams AS3722 is used as system PMIC for Tegra124 based Venice2.
> Enable ams AS3722 power reset driver for enabling power off
> system using PMIC.

Applied to Tegra's for-3.15/defconfig branch.

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 5fdc9a0..b17d301 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -142,6 +142,7 @@  CONFIG_POWER_SUPPLY=y
 CONFIG_BATTERY_SBS=y
 CONFIG_CHARGER_TPS65090=y
 CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_AS3722=y
 CONFIG_POWER_RESET_GPIO=y
 CONFIG_SENSORS_LM90=y
 CONFIG_MFD_AS3722=y