Commit 341238b5 authored by Simon Horman's avatar Simon Horman

arm64: dts: renesas: r8a77995: don't use deprecated renesas,gpio-rcar compat string

The compat string renesas,gpio-rcar has been deprecated since v4.14,
the same release that r8a77990 SoC support was added. Thus
renesas,gpio-rcar can safely be removed without any risk of behaviour
changes between old and new mainline kernels and DTBs.
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 7e26bd33
...@@ -88,8 +88,7 @@ rwdt: watchdog@e6020000 { ...@@ -88,8 +88,7 @@ rwdt: watchdog@e6020000 {
gpio0: gpio@e6050000 { gpio0: gpio@e6050000 {
compatible = "renesas,gpio-r8a77995", compatible = "renesas,gpio-r8a77995",
"renesas,rcar-gen3-gpio", "renesas,rcar-gen3-gpio";
"renesas,gpio-rcar";
reg = <0 0xe6050000 0 0x50>; reg = <0 0xe6050000 0 0x50>;
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -104,8 +103,7 @@ gpio0: gpio@e6050000 { ...@@ -104,8 +103,7 @@ gpio0: gpio@e6050000 {
gpio1: gpio@e6051000 { gpio1: gpio@e6051000 {
compatible = "renesas,gpio-r8a77995", compatible = "renesas,gpio-r8a77995",
"renesas,rcar-gen3-gpio", "renesas,rcar-gen3-gpio";
"renesas,gpio-rcar";
reg = <0 0xe6051000 0 0x50>; reg = <0 0xe6051000 0 0x50>;
interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -120,8 +118,7 @@ gpio1: gpio@e6051000 { ...@@ -120,8 +118,7 @@ gpio1: gpio@e6051000 {
gpio2: gpio@e6052000 { gpio2: gpio@e6052000 {
compatible = "renesas,gpio-r8a77995", compatible = "renesas,gpio-r8a77995",
"renesas,rcar-gen3-gpio", "renesas,rcar-gen3-gpio";
"renesas,gpio-rcar";
reg = <0 0xe6052000 0 0x50>; reg = <0 0xe6052000 0 0x50>;
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -136,8 +133,7 @@ gpio2: gpio@e6052000 { ...@@ -136,8 +133,7 @@ gpio2: gpio@e6052000 {
gpio3: gpio@e6053000 { gpio3: gpio@e6053000 {
compatible = "renesas,gpio-r8a77995", compatible = "renesas,gpio-r8a77995",
"renesas,rcar-gen3-gpio", "renesas,rcar-gen3-gpio";
"renesas,gpio-rcar";
reg = <0 0xe6053000 0 0x50>; reg = <0 0xe6053000 0 0x50>;
interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -152,8 +148,7 @@ gpio3: gpio@e6053000 { ...@@ -152,8 +148,7 @@ gpio3: gpio@e6053000 {
gpio4: gpio@e6054000 { gpio4: gpio@e6054000 {
compatible = "renesas,gpio-r8a77995", compatible = "renesas,gpio-r8a77995",
"renesas,rcar-gen3-gpio", "renesas,rcar-gen3-gpio";
"renesas,gpio-rcar";
reg = <0 0xe6054000 0 0x50>; reg = <0 0xe6054000 0 0x50>;
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -168,8 +163,7 @@ gpio4: gpio@e6054000 { ...@@ -168,8 +163,7 @@ gpio4: gpio@e6054000 {
gpio5: gpio@e6055000 { gpio5: gpio@e6055000 {
compatible = "renesas,gpio-r8a77995", compatible = "renesas,gpio-r8a77995",
"renesas,rcar-gen3-gpio", "renesas,rcar-gen3-gpio";
"renesas,gpio-rcar";
reg = <0 0xe6055000 0 0x50>; reg = <0 0xe6055000 0 0x50>;
interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -184,8 +178,7 @@ gpio5: gpio@e6055000 { ...@@ -184,8 +178,7 @@ gpio5: gpio@e6055000 {
gpio6: gpio@e6055400 { gpio6: gpio@e6055400 {
compatible = "renesas,gpio-r8a77995", compatible = "renesas,gpio-r8a77995",
"renesas,rcar-gen3-gpio", "renesas,rcar-gen3-gpio";
"renesas,gpio-rcar";
reg = <0 0xe6055400 0 0x50>; reg = <0 0xe6055400 0 0x50>;
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment