aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2017-10-13 08:33:10 -0400
committerSimon Horman <horms+renesas@verge.net.au>2017-10-16 03:47:37 -0400
commitd6d7037cb2f8d33cae5384eeaea9b5248fb383ae (patch)
tree20257c5e0452d4cdeb04c2ceb3543eb153b28416
parent822cecb1bef2bf41663d6c4e7786d9e159f72674 (diff)
arm64: dts: r8a7795: Use R-Car GPIO Gen3 fallback compat string
Use newly added R-Car GPIO Gen3 fallback compat string in place of now deprecated non-generation specific R-Car GPIO fallback compat string in the DT of the r8a7795 SoC. This should have no run-time effect as the driver matches against the per-SoC compat string before considering the fallback compat string. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r--arch/arm64/boot/dts/renesas/r8a7795.dtsi16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index d5cfd1a1c539..15ef292a8d9f 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -220,7 +220,7 @@
220 220
221 gpio0: gpio@e6050000 { 221 gpio0: gpio@e6050000 {
222 compatible = "renesas,gpio-r8a7795", 222 compatible = "renesas,gpio-r8a7795",
223 "renesas,gpio-rcar"; 223 "renesas,rcar-gen3-gpio";
224 reg = <0 0xe6050000 0 0x50>; 224 reg = <0 0xe6050000 0 0x50>;
225 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 225 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
226 #gpio-cells = <2>; 226 #gpio-cells = <2>;
@@ -235,7 +235,7 @@
235 235
236 gpio1: gpio@e6051000 { 236 gpio1: gpio@e6051000 {
237 compatible = "renesas,gpio-r8a7795", 237 compatible = "renesas,gpio-r8a7795",
238 "renesas,gpio-rcar"; 238 "renesas,rcar-gen3-gpio";
239 reg = <0 0xe6051000 0 0x50>; 239 reg = <0 0xe6051000 0 0x50>;
240 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; 240 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
241 #gpio-cells = <2>; 241 #gpio-cells = <2>;
@@ -250,7 +250,7 @@
250 250
251 gpio2: gpio@e6052000 { 251 gpio2: gpio@e6052000 {
252 compatible = "renesas,gpio-r8a7795", 252 compatible = "renesas,gpio-r8a7795",
253 "renesas,gpio-rcar"; 253 "renesas,rcar-gen3-gpio";
254 reg = <0 0xe6052000 0 0x50>; 254 reg = <0 0xe6052000 0 0x50>;
255 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>; 255 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
256 #gpio-cells = <2>; 256 #gpio-cells = <2>;
@@ -265,7 +265,7 @@
265 265
266 gpio3: gpio@e6053000 { 266 gpio3: gpio@e6053000 {
267 compatible = "renesas,gpio-r8a7795", 267 compatible = "renesas,gpio-r8a7795",
268 "renesas,gpio-rcar"; 268 "renesas,rcar-gen3-gpio";
269 reg = <0 0xe6053000 0 0x50>; 269 reg = <0 0xe6053000 0 0x50>;
270 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; 270 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
271 #gpio-cells = <2>; 271 #gpio-cells = <2>;
@@ -280,7 +280,7 @@
280 280
281 gpio4: gpio@e6054000 { 281 gpio4: gpio@e6054000 {
282 compatible = "renesas,gpio-r8a7795", 282 compatible = "renesas,gpio-r8a7795",
283 "renesas,gpio-rcar"; 283 "renesas,rcar-gen3-gpio";
284 reg = <0 0xe6054000 0 0x50>; 284 reg = <0 0xe6054000 0 0x50>;
285 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; 285 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
286 #gpio-cells = <2>; 286 #gpio-cells = <2>;
@@ -295,7 +295,7 @@
295 295
296 gpio5: gpio@e6055000 { 296 gpio5: gpio@e6055000 {
297 compatible = "renesas,gpio-r8a7795", 297 compatible = "renesas,gpio-r8a7795",
298 "renesas,gpio-rcar"; 298 "renesas,rcar-gen3-gpio";
299 reg = <0 0xe6055000 0 0x50>; 299 reg = <0 0xe6055000 0 0x50>;
300 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>; 300 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
301 #gpio-cells = <2>; 301 #gpio-cells = <2>;
@@ -310,7 +310,7 @@
310 310
311 gpio6: gpio@e6055400 { 311 gpio6: gpio@e6055400 {
312 compatible = "renesas,gpio-r8a7795", 312 compatible = "renesas,gpio-r8a7795",
313 "renesas,gpio-rcar"; 313 "renesas,rcar-gen3-gpio";
314 reg = <0 0xe6055400 0 0x50>; 314 reg = <0 0xe6055400 0 0x50>;
315 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; 315 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
316 #gpio-cells = <2>; 316 #gpio-cells = <2>;
@@ -325,7 +325,7 @@
325 325
326 gpio7: gpio@e6055800 { 326 gpio7: gpio@e6055800 {
327 compatible = "renesas,gpio-r8a7795", 327 compatible = "renesas,gpio-r8a7795",
328 "renesas,gpio-rcar"; 328 "renesas,rcar-gen3-gpio";
329 reg = <0 0xe6055800 0 0x50>; 329 reg = <0 0xe6055800 0 0x50>;
330 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 330 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
331 #gpio-cells = <2>; 331 #gpio-cells = <2>;