Message ID | 1389084000-17033-1-git-send-email-ldewangan@nvidia.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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;
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.
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.
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
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(+)