All of lore.kernel.org
 help / color / mirror / Atom feed
* [VIN-Tests PATCH] scripts: boards: Support alternative H3 variant
@ 2020-06-11 14:26 Kieran Bingham
  2020-06-11 15:01 ` Kieran Bingham
  2020-06-15  8:07 ` Jacopo Mondi
  0 siblings, 2 replies; 3+ messages in thread
From: Kieran Bingham @ 2020-06-11 14:26 UTC (permalink / raw)
  To: Niklas Söderlund, linux-renesas-soc; +Cc: Kieran Bingham

The Salvator-X H3 has had a rename of it's model information.
Support the new naming.

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

diff --git a/scripts/boards.sh b/scripts/boards.sh
index 0ec2981..001c017 100644
--- a/scripts/boards.sh
+++ b/scripts/boards.sh
@@ -3,7 +3,8 @@
 info=$(strings /proc/device-tree/model)
 
 case $info in
-    "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")
         gen="gen3"
         vins="0 1 2 3 4 5 6 7"
         csis="20 21 40 41"
-- 
2.1.4


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

* Re: [VIN-Tests PATCH] scripts: boards: Support alternative H3 variant
  2020-06-11 14:26 [VIN-Tests PATCH] scripts: boards: Support alternative H3 variant Kieran Bingham
@ 2020-06-11 15:01 ` Kieran Bingham
  2020-06-15  8:07 ` Jacopo Mondi
  1 sibling, 0 replies; 3+ messages in thread
From: Kieran Bingham @ 2020-06-11 15:01 UTC (permalink / raw)
  To: Niklas Söderlund, linux-renesas-soc

Hi Niklas,

On 11/06/2020 15:26, Kieran Bingham wrote:
> The Salvator-X H3 has had a rename of it's model information.
> Support the new naming.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> ---
>  scripts/boards.sh | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/scripts/boards.sh b/scripts/boards.sh
> index 0ec2981..001c017 100644
> --- a/scripts/boards.sh
> +++ b/scripts/boards.sh
> @@ -3,7 +3,8 @@
>  info=$(strings /proc/device-tree/model)
>  
>  case $info in
> -    "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")

Sorry - not sure what happened in creating this patch, but there is
supposed to be a \ line contniuation and better indenting there...

Expect a (working) v2 soon.

--
Kieran


>          gen="gen3"
>          vins="0 1 2 3 4 5 6 7"
>          csis="20 21 40 41"
> 


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

* Re: [VIN-Tests PATCH] scripts: boards: Support alternative H3 variant
  2020-06-11 14:26 [VIN-Tests PATCH] scripts: boards: Support alternative H3 variant Kieran Bingham
  2020-06-11 15:01 ` Kieran Bingham
@ 2020-06-15  8:07 ` Jacopo Mondi
  1 sibling, 0 replies; 3+ messages in thread
From: Jacopo Mondi @ 2020-06-15  8:07 UTC (permalink / raw)
  To: Kieran Bingham; +Cc: Niklas Söderlund, linux-renesas-soc

Hi Kieran,

On Thu, Jun 11, 2020 at 03:26:01PM +0100, Kieran Bingham wrote:
> The Salvator-X H3 has had a rename of it's model information.
> Support the new naming.
>
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> ---
>  scripts/boards.sh | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/scripts/boards.sh b/scripts/boards.sh
> index 0ec2981..001c017 100644
> --- a/scripts/boards.sh
> +++ b/scripts/boards.sh
> @@ -3,7 +3,8 @@
>  info=$(strings /proc/device-tree/model)
>
>  case $info in
> -    "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")

Don't we have r8a77951 as well ?

Thanks
  j

>          gen="gen3"
>          vins="0 1 2 3 4 5 6 7"
>          csis="20 21 40 41"
> --
> 2.1.4
>

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

end of thread, other threads:[~2020-06-15  8:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 14:26 [VIN-Tests PATCH] scripts: boards: Support alternative H3 variant Kieran Bingham
2020-06-11 15:01 ` Kieran Bingham
2020-06-15  8:07 ` Jacopo Mondi

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.