All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] scripts: boards: Support alternative H3 variant
@ 2020-11-23 12:01 Kieran Bingham
  2020-11-23 15:51 ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: Kieran Bingham @ 2020-11-23 12:01 UTC (permalink / raw)
  To: Niklas Söderlund; +Cc: linux-renesas-soc, Kieran Bingham

From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

The Salvator-X H3 has had a rename of it's model information.
Support the new naming, and add the extra variants now available.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 scripts/boards.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/boards.sh b/scripts/boards.sh
index 151ee3ed3459..8335e41836ed 100644
--- a/scripts/boards.sh
+++ b/scripts/boards.sh
@@ -8,7 +8,9 @@ case $info in
         vins="4 5"
         csis="40"
         ;;
-    "Renesas Salvator-X board based on r8a7795 ES1.x")
+    "Renesas Salvator-X board based on r8a7795 ES1.x" | \
+    "Renesas Salvator-X board based on r8a77950" | \
+    "Renesas Salvator-X board based on r8a77951")
         gen="gen3"
         vins="0 1 2 3 4 5 6 7"
         csis="20 21 40 41"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] scripts: boards: Support alternative H3 variant
  2020-11-23 12:01 [PATCH v2] scripts: boards: Support alternative H3 variant Kieran Bingham
@ 2020-11-23 15:51 ` Sergei Shtylyov
  2020-11-23 16:10   ` Kieran Bingham
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2020-11-23 15:51 UTC (permalink / raw)
  To: Kieran Bingham, Niklas Söderlund; +Cc: linux-renesas-soc, Kieran Bingham

On 11/23/20 3:01 PM, Kieran Bingham wrote:

> From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> 
> The Salvator-X H3 has had a rename of it's model information.

   It's actually "its". :-)

> Support the new naming, and add the extra variants now available.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
[...]

MBR, Sergei

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] scripts: boards: Support alternative H3 variant
  2020-11-23 15:51 ` Sergei Shtylyov
@ 2020-11-23 16:10   ` Kieran Bingham
  0 siblings, 0 replies; 3+ messages in thread
From: Kieran Bingham @ 2020-11-23 16:10 UTC (permalink / raw)
  To: Sergei Shtylyov, Kieran Bingham, Niklas Söderlund; +Cc: linux-renesas-soc

Hi Sergei,

On 23/11/2020 15:51, Sergei Shtylyov wrote:
> On 11/23/20 3:01 PM, Kieran Bingham wrote:
> 
>> From: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
>>
>> The Salvator-X H3 has had a rename of it's model information.
> 
>    It's actually "its". :-)

Indeed, I can never get out of the habit of this. "it's" has become
built into my muscle memory some how, and always ends up slipping out
where it shouldn't.

Sounds like I'm expecting comments from Niklas too, so seems I'll need a
v3 anyway. :S

--
Thanks.

Kieran.

> 
>> Support the new naming, and add the extra variants now available.
>>
>> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> [...]
> 
> MBR, Sergei
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-23 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-23 12:01 [PATCH v2] scripts: boards: Support alternative H3 variant Kieran Bingham
2020-11-23 15:51 ` Sergei Shtylyov
2020-11-23 16:10   ` Kieran Bingham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.