Re: [PATCH] ARM: dts: iwg20m: Correct indentation of mmcif0 properties

2017-07-27 Thread Simon Horman
On Mon, Jul 17, 2017 at 12:44:45PM +, Chris Paterson wrote:
> Hello Geert,
> 
> > From: Geert Uytterhoeven [mailto:geert+rene...@glider.be]
> > Sent: 17 July 2017 13:07
> > 
> > Fixes: 4658c4b789d8e2ae ("ARM: dts: iwg20m: Add MMCIF0 support")
> > Signed-off-by: Geert Uytterhoeven 
> 
> Thanks for this, I'm not sure how we all missed it before!
> 
> Reviewed-by: Chris Paterson 

Thanks, applied for v4.14.


RE: [PATCH] ARM: dts: iwg20m: Correct indentation of mmcif0 properties

2017-07-17 Thread Chris Paterson
Hello Geert,

> From: Geert Uytterhoeven [mailto:geert+rene...@glider.be]
> Sent: 17 July 2017 13:07
> 
> Fixes: 4658c4b789d8e2ae ("ARM: dts: iwg20m: Add MMCIF0 support")
> Signed-off-by: Geert Uytterhoeven 

Thanks for this, I'm not sure how we all missed it before!

Reviewed-by: Chris Paterson 

Kind regards, Chris

> ---
>  arch/arm/boot/dts/r8a7743-iwg20m.dtsi | 12 ++--
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/r8a7743-iwg20m.dtsi
> b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi
> index f78dbc542a824f40..ff799381863763de 100644
> --- a/arch/arm/boot/dts/r8a7743-iwg20m.dtsi
> +++ b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi
> @@ -45,11 +45,11 @@
>  };
> 
>   {
> - pinctrl-0 = <_pins>;
> - pinctrl-names = "default";
> + pinctrl-0 = <_pins>;
> + pinctrl-names = "default";
> 
> - vmmc-supply = <_3p3v>;
> - bus-width = <8>;
> - non-removable;
> - status = "okay";
> + vmmc-supply = <_3p3v>;
> + bus-width = <8>;
> + non-removable;
> + status = "okay";
>  };
> --
> 2.7.4