ARM: dts: renesas: Remove leading 0x from rpc node
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Sun, 29 Nov 2020 13:21:53 +0000 (13:21 +0000)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Mon, 18 Jan 2021 12:29:12 +0000 (13:29 +0100)
Remove the leading "0x" from rpc node to fix the below dtc warning:

Warning (simple_bus_reg): Node /soc/rpc@0xee200000 simple-bus unit
address format error, expected "ee200000"

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
arch/arm/dts/r7s72100-gr-peach-u-boot.dts
arch/arm/dts/r8a77950-u-boot.dtsi
arch/arm/dts/r8a77960-u-boot.dtsi
arch/arm/dts/r8a77965-u-boot.dtsi
arch/arm/dts/r8a77970-u-boot.dtsi
arch/arm/dts/r8a77980-u-boot.dtsi
arch/arm/dts/r8a77990-u-boot.dtsi
arch/arm/dts/r8a77995-u-boot.dtsi

index 30e35e4..f48121a 100644 (file)
@@ -46,7 +46,7 @@
        };
 
 
-       rpc: rpc@0xee200000 {
+       rpc: rpc@ee200000 {
                compatible = "renesas,rpc-r7s72100", "renesas,rpc";
                reg = <0x3fefa000 0x100>, <0x18000000 0x08000000>;
                bank-width = <2>;
index 0317f47..5a11651 100644 (file)
@@ -13,7 +13,7 @@
 
 / {
        soc {
-               rpc: rpc@0xee200000 {
+               rpc: rpc@ee200000 {
                        compatible = "renesas,rpc-r8a7795", "renesas,rpc";
                        reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
                        clocks = <&cpg CPG_MOD 917>;
index 826c238..f1cae1c 100644 (file)
@@ -13,7 +13,7 @@
 
 / {
        soc {
-               rpc: rpc@0xee200000 {
+               rpc: rpc@ee200000 {
                        compatible = "renesas,rpc-r8a7796", "renesas,rpc";
                        reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
                        clocks = <&cpg CPG_MOD 917>;
index 33ff5b1..9cc6f20 100644 (file)
@@ -13,7 +13,7 @@
 
 / {
        soc {
-               rpc: rpc@0xee200000 {
+               rpc: rpc@ee200000 {
                        compatible = "renesas,rpc-r8a77965", "renesas,rpc";
                        reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
                        clocks = <&cpg CPG_MOD 917>;
index eabab7c..ac3c6be 100644 (file)
@@ -13,7 +13,7 @@
 
 / {
        soc {
-               rpc: rpc@0xee200000 {
+               rpc: rpc@ee200000 {
                        compatible = "renesas,rpc-r8a77970", "renesas,rpc";
                        reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
                        clocks = <&cpg CPG_MOD 917>;
index 1050f6e..365d40a 100644 (file)
@@ -13,7 +13,7 @@
 
 / {
        soc {
-               rpc: rpc@0xee200000 {
+               rpc: rpc@ee200000 {
                        compatible = "renesas,rpc-r8a77980", "renesas,rpc";
                        reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
                        clocks = <&cpg CPG_MOD 917>;
index ddf8b62..6655abe 100644 (file)
@@ -9,7 +9,7 @@
 
 / {
        soc {
-               rpc: rpc@0xee200000 {
+               rpc: rpc@ee200000 {
                        compatible = "renesas,rpc-r8a77990", "renesas,rpc";
                        reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
                        clocks = <&cpg CPG_MOD 917>;
index 8e9f6b7..0917a80 100644 (file)
@@ -9,7 +9,7 @@
 
 / {
        soc {
-               rpc: rpc@0xee200000 {
+               rpc: rpc@ee200000 {
                        compatible = "renesas,rpc-r8a77995", "renesas,rpc";
                        reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
                        clocks = <&cpg CPG_MOD 917>;