ARM: shmobile: r8a7790: Fix GPIO resources in DTS

The r8a7790 GPIO resources are currently incorrect. Fix that
by making them match the English r8a7790 v0.6 data sheet.

Tested with GPIO LED using Lager DT reference.

This problem has been present since GPIOs were added to the r8a7790 SoC by
f98e10c88aa95bf7 ("ARM: shmobile: r8a7790: Add GPIO controller devices to
device tree") in v3.12-rc1.

Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by Magnus Damm and committed by Simon Horman 23de2278 e55bc558

Changed files
+12 -12
arch
arm
boot
+12 -12
arch/arm/boot/dts/r8a7790.dtsi
··· 87 87 interrupts = <1 9 0xf04>; 88 88 }; 89 89 90 - gpio0: gpio@ffc40000 { 90 + gpio0: gpio@e6050000 { 91 91 compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; 92 - reg = <0 0xffc40000 0 0x2c>; 92 + reg = <0 0xe6050000 0 0x50>; 93 93 interrupt-parent = <&gic>; 94 94 interrupts = <0 4 0x4>; 95 95 #gpio-cells = <2>; ··· 99 99 interrupt-controller; 100 100 }; 101 101 102 - gpio1: gpio@ffc41000 { 102 + gpio1: gpio@e6051000 { 103 103 compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; 104 - reg = <0 0xffc41000 0 0x2c>; 104 + reg = <0 0xe6051000 0 0x50>; 105 105 interrupt-parent = <&gic>; 106 106 interrupts = <0 5 0x4>; 107 107 #gpio-cells = <2>; ··· 111 111 interrupt-controller; 112 112 }; 113 113 114 - gpio2: gpio@ffc42000 { 114 + gpio2: gpio@e6052000 { 115 115 compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; 116 - reg = <0 0xffc42000 0 0x2c>; 116 + reg = <0 0xe6052000 0 0x50>; 117 117 interrupt-parent = <&gic>; 118 118 interrupts = <0 6 0x4>; 119 119 #gpio-cells = <2>; ··· 123 123 interrupt-controller; 124 124 }; 125 125 126 - gpio3: gpio@ffc43000 { 126 + gpio3: gpio@e6053000 { 127 127 compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; 128 - reg = <0 0xffc43000 0 0x2c>; 128 + reg = <0 0xe6053000 0 0x50>; 129 129 interrupt-parent = <&gic>; 130 130 interrupts = <0 7 0x4>; 131 131 #gpio-cells = <2>; ··· 135 135 interrupt-controller; 136 136 }; 137 137 138 - gpio4: gpio@ffc44000 { 138 + gpio4: gpio@e6054000 { 139 139 compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; 140 - reg = <0 0xffc44000 0 0x2c>; 140 + reg = <0 0xe6054000 0 0x50>; 141 141 interrupt-parent = <&gic>; 142 142 interrupts = <0 8 0x4>; 143 143 #gpio-cells = <2>; ··· 147 147 interrupt-controller; 148 148 }; 149 149 150 - gpio5: gpio@ffc45000 { 150 + gpio5: gpio@e6055000 { 151 151 compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; 152 - reg = <0 0xffc45000 0 0x2c>; 152 + reg = <0 0xe6055000 0 0x50>; 153 153 interrupt-parent = <&gic>; 154 154 interrupts = <0 9 0x4>; 155 155 #gpio-cells = <2>;