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

2020-11-29 Thread Lad, Prabhakar
Hi Marek,

Thank you for the review.

On Sun, Nov 29, 2020 at 1:06 PM Marek Vasut  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


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

2020-11-29 Thread Marek Vasut

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


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

2020-11-18 Thread Prabhakar Mahadev Lad
Hi Marek,

> -Original Message-
> From: Lad Prabhakar 
> Sent: 18 November 2020 11:29
> To: Marek Vasut ; u-boot@lists.denx.de
> Cc: Biju Das ; Prabhakar 
> ; Prabhakar Mahadev
> Lad 
> 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@0xee20 simple-bus unit
> address format error, expected "ee20"
> 
> Signed-off-by: Lad Prabhakar 
> ---
>  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@0xee20 {
> + rpc: rpc@ee20 {
>   compatible = "renesas,rpc-r8a7795", "renesas,rpc";
>   reg = <0 0xee20 0 0x100>, <0 0x0800 0 0>;
>   clocks = < CPG_MOD 917>;
> --
> 2.17.1



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

2020-11-18 Thread Lad Prabhakar
Remove the leading "0x" from rpc node to fix the below dtc warning:

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

Signed-off-by: Lad Prabhakar 
---
 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@0xee20 {
+   rpc: rpc@ee20 {
compatible = "renesas,rpc-r8a7795", "renesas,rpc";
reg = <0 0xee20 0 0x100>, <0 0x0800 0 0>;
clocks = < CPG_MOD 917>;
-- 
2.17.1