diff options
author | Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> | 2020-11-29 13:21:53 +0000 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2021-01-18 13:29:12 +0100 |
commit | 67704d6dfba5dcb3c33b0eb91e10f908c3dbbdcd (patch) | |
tree | 8001fe662274bec35d158730d9289f2208e703be /arch/arm/dts/r8a77960-u-boot.dtsi | |
parent | 8096e2426d4d61e3a41139b99db5cc554d45b87a (diff) | |
download | u-boot-67704d6dfba5dcb3c33b0eb91e10f908c3dbbdcd.tar.gz u-boot-67704d6dfba5dcb3c33b0eb91e10f908c3dbbdcd.tar.bz2 u-boot-67704d6dfba5dcb3c33b0eb91e10f908c3dbbdcd.zip |
ARM: dts: renesas: Remove leading 0x from rpc node
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>
Diffstat (limited to 'arch/arm/dts/r8a77960-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/r8a77960-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/r8a77960-u-boot.dtsi b/arch/arm/dts/r8a77960-u-boot.dtsi index 826c2384bc..f1cae1c359 100644 --- a/arch/arm/dts/r8a77960-u-boot.dtsi +++ b/arch/arm/dts/r8a77960-u-boot.dtsi @@ -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>; |