Re: [PATCH v1] rtc: snvs: add poweroff function

2014-09-25 Thread Robin Gong
On Fri, Sep 26, 2014 at 09:24:11AM +0800, Shawn Guo wrote: > On Thu, Sep 25, 2014 at 10:13:53AM +0800, Robin Gong wrote: > > On i.mx6 chips, PMIC_ON_REQ can be pulled by snvs LPCR. That can be > > used poweroff system if PMIC_ON_REQ connected with external PMIC or > > power control circuit.Power

Re: [PATCH v1] rtc: snvs: add poweroff function

2014-09-25 Thread Shawn Guo
On Thu, Sep 25, 2014 at 10:13:53AM +0800, Robin Gong wrote: > On i.mx6 chips, PMIC_ON_REQ can be pulled by snvs LPCR. That can be > used poweroff system if PMIC_ON_REQ connected with external PMIC or > power control circuit.Power up again if PMIC_ON_REQ pulled high. > > Signed-off-by: Robin Gong

Re: [PATCH v1] rtc: snvs: add poweroff function

2014-09-25 Thread Shawn Guo
On Thu, Sep 25, 2014 at 10:13:53AM +0800, Robin Gong wrote: On i.mx6 chips, PMIC_ON_REQ can be pulled by snvs LPCR. That can be used poweroff system if PMIC_ON_REQ connected with external PMIC or power control circuit.Power up again if PMIC_ON_REQ pulled high. Signed-off-by: Robin Gong

Re: [PATCH v1] rtc: snvs: add poweroff function

2014-09-25 Thread Robin Gong
On Fri, Sep 26, 2014 at 09:24:11AM +0800, Shawn Guo wrote: On Thu, Sep 25, 2014 at 10:13:53AM +0800, Robin Gong wrote: On i.mx6 chips, PMIC_ON_REQ can be pulled by snvs LPCR. That can be used poweroff system if PMIC_ON_REQ connected with external PMIC or power control circuit.Power up again

[PATCH v1] rtc: snvs: add poweroff function

2014-09-24 Thread Robin Gong
On i.mx6 chips, PMIC_ON_REQ can be pulled by snvs LPCR. That can be used poweroff system if PMIC_ON_REQ connected with external PMIC or power control circuit.Power up again if PMIC_ON_REQ pulled high. Signed-off-by: Robin Gong --- Documentation/devicetree/bindings/crypto/fsl-sec4.txt | 4

[PATCH v1] rtc: snvs: add poweroff function

2014-09-24 Thread Robin Gong
On i.mx6 chips, PMIC_ON_REQ can be pulled by snvs LPCR. That can be used poweroff system if PMIC_ON_REQ connected with external PMIC or power control circuit.Power up again if PMIC_ON_REQ pulled high. Signed-off-by: Robin Gong b38...@freescale.com ---