[PATCH 2/2] ARM: shmobile: r8a7791: fix "gpio-ranges" props
Sergei Shtylyov
sergei.shtylyov at cogentembedded.com
Wed Oct 21 16:05:19 PDT 2015
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 at 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(-)
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>;
More information about the linux-arm-kernel
mailing list