ARM: dts: rmobile: Fix RPC-IF device node names

According to the Generic Names Recommendation in the Devicetree
Specification Release v0.3, and the DT Bindings for the Renesas Reduced
Pin Count Interface, the node name for a Renesas RPC-IF device should be
"spi".  Especially on R-Car Gen3 and RZ/G2, the node name matters, as
the node is enabled by passing a DT fragment from TF-A to U-Boot, and
from U-Boot to subsequent software.

Fix this by renaming the device nodes from "rpc" to "spi".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Geert Uytterhoeven 2022-03-29 14:19:07 +02:00 committed by Marek Vasut
parent 4e10c1227a
commit e17205d067
9 changed files with 9 additions and 9 deletions

View file

@ -46,7 +46,7 @@
};
rpc: rpc@ee200000 {
rpc: spi@ee200000 {
compatible = "renesas,rpc-r7s72100", "renesas,rpc";
reg = <0x3fefa000 0x100>, <0x18000000 0x08000000>;
bank-width = <2>;

View file

@ -10,7 +10,7 @@
/ {
soc {
rpc: rpc@ee200000 {
rpc: spi@ee200000 {
compatible = "renesas,rcar-gen3-rpc", "renesas,rpc-r8a774c0";
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
clocks = <&cpg CPG_MOD 917>;

View file

@ -13,7 +13,7 @@
/ {
soc {
rpc: rpc@ee200000 {
rpc: spi@ee200000 {
compatible = "renesas,rpc-r8a7795", "renesas,rpc";
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
clocks = <&cpg CPG_MOD 917>;

View file

@ -13,7 +13,7 @@
/ {
soc {
rpc: rpc@ee200000 {
rpc: spi@ee200000 {
compatible = "renesas,rpc-r8a7796", "renesas,rpc";
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
clocks = <&cpg CPG_MOD 917>;

View file

@ -13,7 +13,7 @@
/ {
soc {
rpc: rpc@ee200000 {
rpc: spi@ee200000 {
compatible = "renesas,rpc-r8a77965", "renesas,rpc";
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
clocks = <&cpg CPG_MOD 917>;

View file

@ -13,7 +13,7 @@
/ {
soc {
rpc: rpc@ee200000 {
rpc: spi@ee200000 {
compatible = "renesas,rpc-r8a77970", "renesas,rpc";
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
clocks = <&cpg CPG_MOD 917>;

View file

@ -13,7 +13,7 @@
/ {
soc {
rpc: rpc@ee200000 {
rpc: spi@ee200000 {
compatible = "renesas,rpc-r8a77980", "renesas,rpc";
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
clocks = <&cpg CPG_MOD 917>;

View file

@ -9,7 +9,7 @@
/ {
soc {
rpc: rpc@ee200000 {
rpc: spi@ee200000 {
compatible = "renesas,rpc-r8a77990", "renesas,rpc";
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
clocks = <&cpg CPG_MOD 917>;

View file

@ -9,7 +9,7 @@
/ {
soc {
rpc: rpc@ee200000 {
rpc: spi@ee200000 {
compatible = "renesas,rpc-r8a77995", "renesas,rpc";
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
clocks = <&cpg CPG_MOD 917>;