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

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.