From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Wed, 31 May 2017 15:52:56 +0100 Subject: [PATCH v2 1/6] ARM: imx6q: provide documentation for new fsl,pmic_stby_poweroff property In-Reply-To: <20170531061457.23744-2-o.rempel@pengutronix.de> References: <20170531061457.23744-1-o.rempel@pengutronix.de> <20170531061457.23744-2-o.rempel@pengutronix.de> Message-ID: <20170531145255.GC10351@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, May 31, 2017 at 08:14:52AM +0200, Oleksij Rempel wrote: > Signed-off-by: Oleksij Rempel > Cc: kernel at pengutronix.de > Cc: linux-arm-kernel at lists.infradead.org > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: Rob Herring > Cc: Mark Rutland > Cc: linux-clk at vger.kernel.org > Cc: devicetree at vger.kernel.org > Cc: linux-kernel at vger.kernel.org > --- > Documentation/devicetree/bindings/clock/imx6q-clock.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/clock/imx6q-clock.txt b/Documentation/devicetree/bindings/clock/imx6q-clock.txt > index 9252912a5b0e..214cb5f461c7 100644 > --- a/Documentation/devicetree/bindings/clock/imx6q-clock.txt > +++ b/Documentation/devicetree/bindings/clock/imx6q-clock.txt > @@ -6,6 +6,10 @@ Required properties: > - interrupts: Should contain CCM interrupt > - #clock-cells: Should be <1> > > +Optional properties: > +- fsl,pmic_stby_poweroff: Configure CCM to assert PMIC_STBY_REQ signal > + on power off. s/_/-/ in property names, please. When/why is this needed? Why should a DT author (not) set this? Thanks, Mark. > + > The clock consumer should specify the desired clock by having the clock > ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx6qdl-clock.h > for the full list of i.MX6 Quad and DualLite clock IDs. > -- > 2.11.0 >