]> git.baikalelectronics.ru Git - uboot.git/commitdiff
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 30e35e47d688986548b6c7df05d81e711921a15b..f48121a9a812b481dd6cd031765af80498c95f45 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 0317f47f0f371760552474f16a8b675631e52fbf..5a1165146465513457b85e2b8ff39577ddd6e9c3 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 826c2384bc5ceb08a1e64673f1e2c4e280242913..f1cae1c35931e78a1f52827d46f8456b0b6525af 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 33ff5b148b9e15125196ffdf4a3bf09f968b077b..9cc6f205375135dcba7fa81dd24e8d389af6f4af 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 eabab7ce5823197cea46b9a8b236e3deea74b317..ac3c6be4adb885f36c25b3421a942614e58132ae 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 1050f6e9919c04a37050d78d0c87cf9bfbe9c85e..365d40ac49b65b05bf3b4047744d9f17165e51ee 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 ddf8b626271513e2abc4a01b5ffe9b084772769f..6655abe8752f5d785a85d660a0c5a4819a95a0de 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 8e9f6b7a7d5e60d376f2ae851e309aba9e83080f..0917a80f09630875514228ed1df46e799179eac8 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>;