Hello Geert, > From: Geert Uytterhoeven [mailto:geert+renesas@xxxxxxxxx] > Sent: 17 July 2017 13:07 > > Fixes: 4658c4b789d8e2ae ("ARM: dts: iwg20m: Add MMCIF0 support") > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Thanks for this, I'm not sure how we all missed it before! Reviewed-by: Chris Paterson <chris.paterson2@xxxxxxxxxxx> 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 @@ > }; > > &mmcif0 { > - pinctrl-0 = <&mmcif0_pins>; > - pinctrl-names = "default"; > + pinctrl-0 = <&mmcif0_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