summaryrefslogtreecommitdiff
path: root/arch/arm/dts/r8a77980-u-boot.dtsi
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2022-03-29 14:19:07 +0200
committerMarek Vasut <marek.vasut+renesas@gmail.com>2022-09-02 13:25:01 +0200
commite17205d067e0304d8d59e25c0d2fe5f3c10c1b56 (patch)
tree885cd108b3d335219e497f37bc688609e36cfe3c /arch/arm/dts/r8a77980-u-boot.dtsi
parent4e10c1227aa879af809b3073bf917289f23e17d7 (diff)
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>
Diffstat (limited to 'arch/arm/dts/r8a77980-u-boot.dtsi')
-rw-r--r--arch/arm/dts/r8a77980-u-boot.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/r8a77980-u-boot.dtsi b/arch/arm/dts/r8a77980-u-boot.dtsi
index 365d40ac49b..34d6fcd2f01 100644
--- a/arch/arm/dts/r8a77980-u-boot.dtsi
+++ b/arch/arm/dts/r8a77980-u-boot.dtsi
@@ -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>;