Re: [PATCH 1/3] ARM: dts: imx6: add pm_power_off support for i.mx6 chips

2014-11-21 Thread Robin Gong
Thanks Shawn and Soeren. :) On Wed, Nov 19, 2014 at 02:04:43PM +0800, Shawn Guo wrote: On Wed, Nov 19, 2014 at 01:50:07PM +0800, Robin Gong wrote: Sorry, the patch resent wrongly... Hi Shawn, Can you apply the first v4 patches on Sep 26, or I resend it again? I fixed it up and tested

Re: [PATCH 1/3] ARM: dts: imx6: add pm_power_off support for i.mx6 chips

2014-11-18 Thread Shawn Guo
On Wed, Nov 12, 2014 at 04:20:37PM +0800, Robin Gong wrote: All chips of i.mx6 can be powered off by programming SNVS. For example : On i.mx6q-sabresd board, PMIC_ON_REQ connect with external pmic ON/OFF pin, that will cause the whole PMIC powered off except VSNVS. And system can restart once

Re: [PATCH 1/3] ARM: dts: imx6: add pm_power_off support for i.mx6 chips

2014-11-18 Thread Soeren Moch
On 19.11.2014 04:18, Shawn Guo wrote: On Wed, Nov 12, 2014 at 04:20:37PM +0800, Robin Gong wrote: All chips of i.mx6 can be powered off by programming SNVS. For example : On i.mx6q-sabresd board, PMIC_ON_REQ connect with external pmic ON/OFF pin, that will cause the whole PMIC powered off

Re: [PATCH 1/3] ARM: dts: imx6: add pm_power_off support for i.mx6 chips

2014-11-18 Thread Robin Gong
Sorry, the patch resent wrongly... Hi Shawn, Can you apply the first v4 patches on Sep 26, or I resend it again? On Wed, Nov 19, 2014 at 06:26:43AM +0100, Soeren Moch wrote: On 19.11.2014 04:18, Shawn Guo wrote: On Wed, Nov 12, 2014 at 04:20:37PM +0800, Robin Gong wrote: All chips of i.mx6

Re: [PATCH 1/3] ARM: dts: imx6: add pm_power_off support for i.mx6 chips

2014-11-18 Thread Shawn Guo
On Wed, Nov 19, 2014 at 01:50:07PM +0800, Robin Gong wrote: Sorry, the patch resent wrongly... Hi Shawn, Can you apply the first v4 patches on Sep 26, or I resend it again? I fixed it up and tested the series on my imx6q-sabresd board. Applied the series. Shawn -- To unsubscribe from this

[PATCH 1/3] ARM: dts: imx6: add pm_power_off support for i.mx6 chips

2014-11-12 Thread Robin Gong
All chips of i.mx6 can be powered off by programming SNVS. For example : On i.mx6q-sabresd board, PMIC_ON_REQ connect with external pmic ON/OFF pin, that will cause the whole PMIC powered off except VSNVS. And system can restart once PMIC_ON_REQ goes high by push POWRER key. Signed-off-by: Robin