Message ID | 1396898212-7078-1-git-send-email-ben.dooks@codethink.co.uk (mailing list archive) |
---|---|
State | Accepted |
Commit | b08eed0c4d7d70eae2f4f1ff518cc33643722a07 |
Headers | show |
On Mon, Apr 7, 2014 at 9:16 PM, Ben Dooks <ben.dooks@codethink.co.uk> wrote: > From: Rob Taylor <rob.taylor@codethink.co.uk> > > Fix probable typo of renesas,groups in the lager dt. The kernel has no > renesas,gpios but this should match renesas,groups. > > Signed-off-by: Rob Taylor <rob.taylor@codethink.co.uk> Thanks, nice catch! > [ben.dooks@codethink.co.uk: fixup description] > Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Apr 07, 2014 at 10:35:12PM +0200, Geert Uytterhoeven wrote: > On Mon, Apr 7, 2014 at 9:16 PM, Ben Dooks <ben.dooks@codethink.co.uk> wrote: > > From: Rob Taylor <rob.taylor@codethink.co.uk> > > > > Fix probable typo of renesas,groups in the lager dt. The kernel has no > > renesas,gpios but this should match renesas,groups. > > > > Signed-off-by: Rob Taylor <rob.taylor@codethink.co.uk> > > Thanks, nice catch! > > > [ben.dooks@codethink.co.uk: fixup description] > > Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> > > Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Thanks, I will queue this up as a fix for v3.15. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 6e99eb2..d01048a 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -141,12 +141,12 @@ }; sdhi0_pins: sd0 { - renesas,gpios = "sdhi0_data4", "sdhi0_ctrl"; + renesas,groups = "sdhi0_data4", "sdhi0_ctrl"; renesas,function = "sdhi0"; }; sdhi2_pins: sd2 { - renesas,gpios = "sdhi2_data4", "sdhi2_ctrl"; + renesas,groups = "sdhi2_data4", "sdhi2_ctrl"; renesas,function = "sdhi2"; };