diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2015-10-22 01:04:41 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-10-23 02:19:25 +0200 |
commit | 56a2182f6ada123759041bf28d066bb509fe358b (patch) | |
tree | 2da4381190ff30c707bc835c038c7eca6cc77a22 /arch/arm/boot/dts/r8a7790.dtsi | |
parent | ARM: dts: shmobile/r8a7xxx: replace gpio-key, wakeup with wakeup-source property (diff) | |
download | linux-56a2182f6ada123759041bf28d066bb509fe358b.tar.xz linux-56a2182f6ada123759041bf28d066bb509fe358b.zip |
ARM: shmobile: r8a7790: fix "gpio-ranges" props
On R8A7790, GPIO banks 1 and 2 are missing pins 30 and 31. Correct the
"gpio-ranges" properties of the corresponding device nodes.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7790.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index ae5eb281d43a..b545fef3f7db 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -143,7 +143,7 @@ interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>; #gpio-cells = <2>; gpio-controller; - gpio-ranges = <&pfc 0 32 32>; + gpio-ranges = <&pfc 0 32 30>; #interrupt-cells = <2>; interrupt-controller; clocks = <&mstp9_clks R8A7790_CLK_GPIO1>; @@ -156,7 +156,7 @@ interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>; #gpio-cells = <2>; gpio-controller; - gpio-ranges = <&pfc 0 64 32>; + gpio-ranges = <&pfc 0 64 30>; #interrupt-cells = <2>; interrupt-controller; clocks = <&mstp9_clks R8A7790_CLK_GPIO2>; |