[PATCH] Documentation: gpio-reset.txt: Fix 'initially-in-reset' example

Philipp Zabel p.zabel at pengutronix.de
Tue Apr 9 18:07:21 EST 2013


Am Donnerstag, den 04.04.2013, 09:53 +0200 schrieb Philipp Zabel:
> Am Mittwoch, den 03.04.2013, 15:04 -0300 schrieb Fabio Estevam:
> > Fix typo in 'initially-in-reset' example.
> > 
> > Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> > ---
> >  .../devicetree/bindings/reset/gpio-reset.txt       |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/reset/gpio-reset.txt b/Documentation/devicetree/bindings/reset/gpio-reset.txt
> > index 1f203eb..8ab044c 100644
> > --- a/Documentation/devicetree/bindings/reset/gpio-reset.txt
> > +++ b/Documentation/devicetree/bindings/reset/gpio-reset.txt
> > @@ -26,7 +26,7 @@ gpio_reset: gpio-reset {
> >  	compatible = "gpio-reset";
> >  	reset-gpios = <&gpio5 0 1>; /* active-low */
> >  	reset-delays = <10000>; /* 10 ms */
> > -	initially-in-reset: <1>;
> > +	initially-in-reset = <1>;
> >  	#reset-cells = <1>;
> >  };
> 
> Acked-by: Philipp Zabel <p.zabel at pengutronix.de>

Disregard that, I think this fix belongs with the rest of the reset
series. I've added the patch on top of the branch at
git://git.pengutronix.de/git/pza/linux.git reset/for_v3.10
for Olof to pull.

regards
Philipp



More information about the devicetree-discuss mailing list