diff mbox series

[4/8] M: dts: r8a77950-u-boot: Remove leading 0x from rpc node

Message ID 20201118112901.12089-5-prabhakar.mahadev-lad.rj@bp.renesas.com
State Superseded
Delegated to: Marek Vasut
Headers show
Series Renesas drop leading 0x from rpc nodes | expand

Commit Message

Lad Prabhakar Nov. 18, 2020, 11:28 a.m. UTC
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/r8a77950-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lad Prabhakar Nov. 18, 2020, 11:32 a.m. UTC | #1
Hi Marek,

> -----Original Message-----
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Sent: 18 November 2020 11:29
> To: Marek Vasut <marek.vasut+renesas@gmail.com>; u-boot@lists.denx.de
> Cc: Biju Das <biju.das.jz@bp.renesas.com>; Prabhakar <prabhakar.csengg@gmail.com>; Prabhakar Mahadev
> Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Subject: [PATCH 4/8] M: dts: r8a77950-u-boot: Remove leading 0x from rpc node
> 
I missed the typo in the subject s/M/ARM shall I just resend this patch if that's OK with you.

Cheers,
Prabhakar

> 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/r8a77950-u-boot.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/r8a77950-u-boot.dtsi b/arch/arm/dts/r8a77950-u-boot.dtsi
> index 0317f47f0f..5a11651464 100644
> --- a/arch/arm/dts/r8a77950-u-boot.dtsi
> +++ b/arch/arm/dts/r8a77950-u-boot.dtsi
> @@ -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>;
> --
> 2.17.1
Marek Vasut Nov. 29, 2020, 12:56 p.m. UTC | #2
On 11/18/20 12:32 PM, Prabhakar Mahadev Lad wrote:

[...]

>> Subject: [PATCH 4/8] M: dts: r8a77950-u-boot: Remove leading 0x from rpc node
>>
> I missed the typo in the subject s/M/ARM shall I just resend this patch if that's OK with you.

If you could squash all the RPC fixes into a single patch and send that 
as one patch -- since they are all fixing the exact same problem -- that 
would help.

Thanks
Prabhakar Nov. 29, 2020, 1:22 p.m. UTC | #3
Hi Marek,

Thank you for the review.

On Sun, Nov 29, 2020 at 1:06 PM Marek Vasut <marek.vasut@gmail.com> wrote:
>
> On 11/18/20 12:32 PM, Prabhakar Mahadev Lad wrote:
>
> [...]
>
> >> Subject: [PATCH 4/8] M: dts: r8a77950-u-boot: Remove leading 0x from rpc node
> >>
> > I missed the typo in the subject s/M/ARM shall I just resend this patch if that's OK with you.
>
> If you could squash all the RPC fixes into a single patch and send that
> as one patch -- since they are all fixing the exact same problem -- that
> would help.
>
Done posted a v2.

Cheers,
Prabhakar
diff mbox series

Patch

diff --git a/arch/arm/dts/r8a77950-u-boot.dtsi b/arch/arm/dts/r8a77950-u-boot.dtsi
index 0317f47f0f..5a11651464 100644
--- a/arch/arm/dts/r8a77950-u-boot.dtsi
+++ b/arch/arm/dts/r8a77950-u-boot.dtsi
@@ -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>;