Message ID | 5904216.pOYUtEytKc@wasted.cogentembedded.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 1329f6d0f6a502089ed00038493985f2a4d97006 |
Delegated to: | Simon Horman |
Headers | show |
On Thu, Oct 22, 2015 at 1:05 AM, Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> wrote: > On R8A7791, GPIO banks 1 and 7 are missing pins 26 to 31. Correct the > "gpio-ranges" properties of the GPIO1 node (GPIO7 is already correct). > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> LEDs and keys on r8a7791/koelsch (which are connected to a higher gpio) still work fine. Tested-by: Geert Uytterhoeven <geert+renesas@glider.be> 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 Thu, Oct 22, 2015 at 01:06:02PM +0200, Geert Uytterhoeven wrote: > On Thu, Oct 22, 2015 at 1:05 AM, Sergei Shtylyov > <sergei.shtylyov@cogentembedded.com> wrote: > > On R8A7791, GPIO banks 1 and 7 are missing pins 26 to 31. Correct the > > "gpio-ranges" properties of the GPIO1 node (GPIO7 is already correct). > > > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > LEDs and keys on r8a7791/koelsch (which are connected to a higher gpio) > still work fine. > > Tested-by: Geert Uytterhoeven <geert+renesas@glider.be> Thanks, I have queued this up. -- 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
Index: renesas/arch/arm/boot/dts/r8a7791.dtsi =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7791.dtsi +++ renesas/arch/arm/boot/dts/r8a7791.dtsi @@ -100,7 +100,7 @@ interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>; #gpio-cells = <2>; gpio-controller; - gpio-ranges = <&pfc 0 32 32>; + gpio-ranges = <&pfc 0 32 26>; #interrupt-cells = <2>; interrupt-controller; clocks = <&mstp9_clks R8A7791_CLK_GPIO1>;
On R8A7791, GPIO banks 1 and 7 are missing pins 26 to 31. Correct the "gpio-ranges" properties of the GPIO1 node (GPIO7 is already correct). Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- This patch is against the 'renesas-devel-20151019-v4.3-rc6' of Simon Horman's 'renesas.git' repo. arch/arm/boot/dts/r8a7791.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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