Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1657221
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v1 5/5] ARM: dts: imx6: RIoTboard provide Standby to PowerOff option |
| Date | 2017-06-05 04:20 +0200 |
| Message-ID | <tOPMC-53N-9@gated-at.bofh.it> (permalink) |
| References | <tMwl3-2Zf-3@gated-at.bofh.it> <tMwuK-33r-19@gated-at.bofh.it> <tOPtf-4zu-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Jun 05, 2017 at 09:50:29AM +0800, Shawn Guo wrote:
> On Mon, May 29, 2017 at 07:09:24PM +0200, Oleksij Rempel wrote:
> > This board, as well as some other boards with i.MX6 and a PMIC, uses a
> > "MPIC_STBY_REQ" line to notify the PMIC about a state change.
> > The PMIC is programmed for a specific state change before triggering the
> > line.
> > In this case, PMIC_STBY_REQ can be used for Stand by, Sleep
> > and Power off modes.
> >
> > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> > Cc: kernel@pengutronix.de
> > Cc: linux-arm-kernel@lists.infradead.org
> > Cc: Shawn Guo <shawnguo@kernel.org>
> > Cc: Fabio Estevam <fabio.estevam@nxp.com>
> > Cc: Rob Herring <robh+dt@kernel.org>
> > Cc: Mark Rutland <mark.rutland@arm.com>
> > Cc: Russell King <linux@armlinux.org.uk>
> > Cc: devicetree@vger.kernel.org
> > Cc: linux-kernel@vger.kernel.org
> > ---
> > arch/arm/boot/dts/imx6dl-riotboard.dts | 5 +++++
> > 1 file changed, 5 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/imx6dl-riotboard.dts b/arch/arm/boot/dts/imx6dl-riotboard.dts
> > index 2cb72824e800..b5f25fe7b809 100644
> > --- a/arch/arm/boot/dts/imx6dl-riotboard.dts
> > +++ b/arch/arm/boot/dts/imx6dl-riotboard.dts
> > @@ -90,6 +90,10 @@
> > status = "okay";
> > };
> >
> > +&clks {
> > + fsl,pmic_stby_poweroff;
> > +};
> > +
> > &fec {
> > pinctrl-names = "default";
> > pinctrl-0 = <&pinctrl_enet>;
> > @@ -125,6 +129,7 @@
> > reg = <0x08>;
> > interrupt-parent = <&gpio5>;
> > interrupts = <16 8>;
> > + fsl,pmic_stby_poweroff;
>
> Is this property supported by upstream kernel?
Okay, just noticed that it's the last patch of series adding
fsl,pmic_stby_poweroff support.
Shawn
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v1 1/5] ARM: imx6q: provide documentation for new fsl,pmic_stby_poweroff property Oleksij Rempel <o.rempel@pengutronix.de> - 2017-05-29 19:20 +0200
[PATCH v1 2/5] ARM: imx6: register pm_power_off handler if "fsl,pmic_stby_poweroff" is set Oleksij Rempel <o.rempel@pengutronix.de> - 2017-05-29 19:20 +0200
[PATCH v1 5/5] ARM: dts: imx6: RIoTboard provide Standby to PowerOff option Oleksij Rempel <o.rempel@pengutronix.de> - 2017-05-29 19:20 +0200
Re: [PATCH v1 5/5] ARM: dts: imx6: RIoTboard provide Standby to PowerOff option Shawn Guo <shawnguo@kernel.org> - 2017-06-05 04:00 +0200
Re: [PATCH v1 5/5] ARM: dts: imx6: RIoTboard provide Standby to PowerOff option Shawn Guo <shawnguo@kernel.org> - 2017-06-05 04:20 +0200
csiph-web