summaryrefslogtreecommitdiff
path: root/arch/arm/dts/r8a77995-u-boot.dtsi
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2022-03-29 14:19:09 +0200
committerMarek Vasut <marek.vasut+renesas@gmail.com>2022-09-02 13:25:01 +0200
commit68083b897b57309c29039b27d2580e4eb9c6e455 (patch)
treeaf27cd8d6815b45182d7b31ad11e2bfbdeaceec2 /arch/arm/dts/r8a77995-u-boot.dtsi
parent33aca1c86856e4cd303dad3701fe7b3589fb805e (diff)
renesas: Fix RPC-IF compatible values
The compatible values used for device nodes representing Renesas Reduced Pin Count Interfaces were based on preliminary versions of the Device Tree Bindings. Correct them in both DTSi files and drivers, to match the final DT Bindings. Note that there are no DT bindings for RPC-IF on RZ/A1 yet, hence the most logical SoC-specific value is used, without specifying a family-specific value. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm/dts/r8a77995-u-boot.dtsi')
-rw-r--r--arch/arm/dts/r8a77995-u-boot.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/r8a77995-u-boot.dtsi b/arch/arm/dts/r8a77995-u-boot.dtsi
index cd9466625e..347b59ac42 100644
--- a/arch/arm/dts/r8a77995-u-boot.dtsi
+++ b/arch/arm/dts/r8a77995-u-boot.dtsi
@@ -10,7 +10,7 @@
/ {
soc {
rpc: spi@ee200000 {
- compatible = "renesas,rpc-r8a77995", "renesas,rpc";
+ compatible = "renesas,r8a77995-rpc-if", "renesas,rcar-gen3-rpc-if";
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
clocks = <&cpg CPG_MOD 917>;
bank-width = <2>;