Re: [PATCH 2/4] dt-bindings: arm: Document Renesas V3MSK and Wheat board part numbers

2018-02-28 Thread Geert Uytterhoeven
Hi Sergei,

On Wed, Feb 28, 2018 at 8:38 AM, Sergei Shtylyov
 wrote:
> On 2/28/2018 9:49 AM, Simon Horman wrote:
>> --- a/Documentation/devicetree/bindings/arm/shmobile.txt
>> +++ b/Documentation/devicetree/bindings/arm/shmobile.txt
>> @@ -120,9 +120,9 @@ Boards:
>>   compatible = "renesas,sk-rzg1m", "renesas,r8a7743"
>> - Stout (ADAS Starterkit, Y-R-CAR-ADAS-SKH2-BOARD)
>>   compatible = "renesas,stout", "renesas,r8a7790"
>> -  - V3MSK
>> +  - V3MSK (Y-ASK-RCAR-V3M-WS10)
>
>https://elinux.org/R-Car/Boards/V3MSK (now that I'm reminded of this
> site) says the V3MSK's model # is RTP0RC77970SEB0010S.

Nope, that's Eagle :-(
Check the picture on https://elinux.org/R-Car/Boards/Eagle

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


Re: [PATCH 2/4] dt-bindings: arm: Document Renesas V3MSK and Wheat board part numbers

2018-02-27 Thread Sergei Shtylyov

On 2/28/2018 9:49 AM, Simon Horman wrote:

[...]


On Tue, Feb 27, 2018 at 9:17 AM, Simon Horman  wrote:

On Mon, Feb 26, 2018 at 07:03:43PM +0100, Geert Uytterhoeven wrote:


...


-  - Wheat
+  - Wheat (RTP0RC7792ASKB0010JE)
  compatible = "renesas,wheat", "renesas,r8a7792"


I'm unable to confirm the above. Can anyone help?


https://elinux.org/R-Car/Boards/Wheat

Looks like I misinterpreted the pictures, and
RTP0RC7792ASKBJE is the correct part number for Wheat.


Thanks. I've applied the following.


From: Geert Uytterhoeven 
Subject: [PATCH] dt-bindings: arm: Document Renesas V3MSK and Wheat board part
  numbers

The DT binding documentation for the Renesas V3MSK and Wheat boards
lacked board part numbers.

Signed-off-by: Geert Uytterhoeven 
[simon: corrected Wheat part number]
Signed-off-by: Simon Horman 
---
  Documentation/devicetree/bindings/arm/shmobile.txt | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt 
b/Documentation/devicetree/bindings/arm/shmobile.txt
index a99359e63b0a..66edc1406bb8 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -120,9 +120,9 @@ Boards:
  compatible = "renesas,sk-rzg1m", "renesas,r8a7743"
- Stout (ADAS Starterkit, Y-R-CAR-ADAS-SKH2-BOARD)
  compatible = "renesas,stout", "renesas,r8a7790"
-  - V3MSK
+  - V3MSK (Y-ASK-RCAR-V3M-WS10)


   https://elinux.org/R-Car/Boards/V3MSK (now that I'm reminded of this site) 
says the V3MSK's model # is RTP0RC77970SEB0010S.



  compatible = "renesas,v3msk", "renesas,r8a77970"
-  - Wheat
+  - Wheat (RTP0RC7792ASKBJE)
  compatible = "renesas,wheat", "renesas,r8a7792"


MBR, Sergei


Re: [PATCH 2/4] dt-bindings: arm: Document Renesas V3MSK and Wheat board part numbers

2018-02-27 Thread Geert Uytterhoeven
Hi Simon,

On Tue, Feb 27, 2018 at 9:17 AM, Simon Horman  wrote:
> On Mon, Feb 26, 2018 at 07:03:43PM +0100, Geert Uytterhoeven wrote:
>> The DT binding documentation for the Renesas V3MSK and Wheat boards
>> lacked board part numbers.
>>
>> Signed-off-by: Geert Uytterhoeven 
>> ---
>>  Documentation/devicetree/bindings/arm/shmobile.txt | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt 
>> b/Documentation/devicetree/bindings/arm/shmobile.txt
>> index ded2cd3b5f4df0c8..82908a9447e4b051 100644
>> --- a/Documentation/devicetree/bindings/arm/shmobile.txt
>> +++ b/Documentation/devicetree/bindings/arm/shmobile.txt
>> @@ -120,9 +120,9 @@ Boards:
>>  compatible = "renesas,sk-rzg1m", "renesas,r8a7743"
>>- Stout (ADAS Starterkit, Y-R-CAR-ADAS-SKH2-BOARD)
>>  compatible = "renesas,stout", "renesas,r8a7790"
>> -  - V3MSK
>> +  - V3MSK (Y-ASK-RCAR-V3M-WS10)
>>  compatible = "renesas,v3msk", "renesas,r8a77970"
>
> Google also tells me there is WS20, but I guess WS10 what is
> currently supported upstream.
>
>> -  - Wheat
>> +  - Wheat (RTP0RC7792ASKB0010JE)
>>  compatible = "renesas,wheat", "renesas,r8a7792"
>
> I'm unable to confirm the above. Can anyone help?

https://elinux.org/R-Car/Boards/Wheat

Looks like I misinterpreted the pictures, and
RTP0RC7792ASKBJE is the correct part number for Wheat.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


Re: [PATCH 2/4] dt-bindings: arm: Document Renesas V3MSK and Wheat board part numbers

2018-02-27 Thread Sergei Shtylyov
Hello!

On 02/27/2018 11:17 AM, Simon Horman wrote:

>> The DT binding documentation for the Renesas V3MSK and Wheat boards
>> lacked board part numbers.
>>
>> Signed-off-by: Geert Uytterhoeven 
>> ---
>>  Documentation/devicetree/bindings/arm/shmobile.txt | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt 
>> b/Documentation/devicetree/bindings/arm/shmobile.txt
>> index ded2cd3b5f4df0c8..82908a9447e4b051 100644
>> --- a/Documentation/devicetree/bindings/arm/shmobile.txt
>> +++ b/Documentation/devicetree/bindings/arm/shmobile.txt
>> @@ -120,9 +120,9 @@ Boards:
>>  compatible = "renesas,sk-rzg1m", "renesas,r8a7743"
>>- Stout (ADAS Starterkit, Y-R-CAR-ADAS-SKH2-BOARD)
>>  compatible = "renesas,stout", "renesas,r8a7790"
>> -  - V3MSK
>> +  - V3MSK (Y-ASK-RCAR-V3M-WS10)

   ACK.

>>  compatible = "renesas,v3msk", "renesas,r8a77970"
> 
> Google also tells me there is WS20, but I guess WS10 what is
> currently supported upstream.

   At least that's what I have on my desk. :-)

>> -  - Wheat
>> +  - Wheat (RTP0RC7792ASKB0010JE)
>>  compatible = "renesas,wheat", "renesas,r8a7792"
> 
> I'm unable to confirm the above. Can anyone help?

   Not me -- my documents don't mention this. :-(

MBR, Sergei


Re: [PATCH 2/4] dt-bindings: arm: Document Renesas V3MSK and Wheat board part numbers

2018-02-27 Thread Simon Horman
On Mon, Feb 26, 2018 at 07:03:43PM +0100, Geert Uytterhoeven wrote:
> The DT binding documentation for the Renesas V3MSK and Wheat boards
> lacked board part numbers.
> 
> Signed-off-by: Geert Uytterhoeven 
> ---
>  Documentation/devicetree/bindings/arm/shmobile.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt 
> b/Documentation/devicetree/bindings/arm/shmobile.txt
> index ded2cd3b5f4df0c8..82908a9447e4b051 100644
> --- a/Documentation/devicetree/bindings/arm/shmobile.txt
> +++ b/Documentation/devicetree/bindings/arm/shmobile.txt
> @@ -120,9 +120,9 @@ Boards:
>  compatible = "renesas,sk-rzg1m", "renesas,r8a7743"
>- Stout (ADAS Starterkit, Y-R-CAR-ADAS-SKH2-BOARD)
>  compatible = "renesas,stout", "renesas,r8a7790"
> -  - V3MSK
> +  - V3MSK (Y-ASK-RCAR-V3M-WS10)
>  compatible = "renesas,v3msk", "renesas,r8a77970"

Google also tells me there is WS20, but I guess WS10 what is
currently supported upstream.

> -  - Wheat
> +  - Wheat (RTP0RC7792ASKB0010JE)
>  compatible = "renesas,wheat", "renesas,r8a7792"

I'm unable to confirm the above. Can anyone help?


[PATCH 2/4] dt-bindings: arm: Document Renesas V3MSK and Wheat board part numbers

2018-02-26 Thread Geert Uytterhoeven
The DT binding documentation for the Renesas V3MSK and Wheat boards
lacked board part numbers.

Signed-off-by: Geert Uytterhoeven 
---
 Documentation/devicetree/bindings/arm/shmobile.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt 
b/Documentation/devicetree/bindings/arm/shmobile.txt
index ded2cd3b5f4df0c8..82908a9447e4b051 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -120,9 +120,9 @@ Boards:
 compatible = "renesas,sk-rzg1m", "renesas,r8a7743"
   - Stout (ADAS Starterkit, Y-R-CAR-ADAS-SKH2-BOARD)
 compatible = "renesas,stout", "renesas,r8a7790"
-  - V3MSK
+  - V3MSK (Y-ASK-RCAR-V3M-WS10)
 compatible = "renesas,v3msk", "renesas,r8a77970"
-  - Wheat
+  - Wheat (RTP0RC7792ASKB0010JE)
 compatible = "renesas,wheat", "renesas,r8a7792"
 
 
-- 
2.7.4