Re: [PATCH 2/2] ARM: shmobile: r8a7794: add GPIO DT support
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2015-02-25 10:27:37
Also in:
linux-arm-kernel, linux-sh
Hi Laurent, On Wed, Feb 25, 2015 at 11:11 AM, Laurent Pinchart [off-list ref] wrote:
quoted
--- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi +++ renesas/arch/arm/boot/dts/r8a7794.dtsi@@ -50,6 +50,90 @@
quoted
+ gpio1: gpio@e6051000 { + compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar"; + reg = <0 0xe6051000 0 0x50>; + interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>; + #gpio-cells = <2>; + gpio-controller; + gpio-ranges = <&pfc 0 32 32>;This GPIO block has 26 GPIOs only.
quoted
+ gpio5: gpio@e6055000 { + compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar"; + reg = <0 0xe6055000 0 0x50>; + interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>; + #gpio-cells = <2>; + gpio-controller; + gpio-ranges = <&pfc 0 160 32>;This GPIO block has 28 GPIOs only.
quoted
+ gpio6: gpio@e6055400 { + compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar"; + reg = <0 0xe6055400 0 0x50>; + interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>; + #gpio-cells = <2>; + gpio-controller; + gpio-ranges = <&pfc 0 192 32>;This GPIO block has 26 GPIOs only.
I guess you hear me coming... r8a779[01].dtsi need to be fixed, too.
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