All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego] [PATCH] Add settings for Functional.scifab and Functional.sdhi_0
@ 2018-09-17  8:47 Qiu Tingting
  2018-09-17 22:51 ` Tim.Bird
  0 siblings, 1 reply; 2+ messages in thread
From: Qiu Tingting @ 2018-09-17  8:47 UTC (permalink / raw)
  To: fuego

Add sample of settings for Functional.scifab and Functional.sdhi_0.

Signed-off-by: Qiu Tingting <qiutt@cn.fujitsu.com>
---
 fuego-ro/boards/template-dev.board | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/fuego-ro/boards/template-dev.board b/fuego-ro/boards/template-dev.board
index 84c79de..03df712 100644
--- a/fuego-ro/boards/template-dev.board
+++ b/fuego-ro/boards/template-dev.board
@@ -33,3 +33,12 @@ ARCH_TIMER_RATE=""
 # add for Funcional.lwip
 TFTP_SRV_IP="192.168.1.3"
 
+# add for Functional.scifab
+SCIFAB_NAME="sci"
+SCIFAB_PATTERN=".*tty.*irq.*"
+SCIFAB_COUNT=1
+
+# add for Functional.sdhi_0
+SDHI_DEV_NAME="sh_mobile_sdhi"
+SDHI_BLOCK_NUM="1"
+SDHI_DRIVER_NAME="sh_mobile_sdhi"
-- 
2.7.4




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

* Re: [Fuego] [PATCH] Add settings for Functional.scifab and Functional.sdhi_0
  2018-09-17  8:47 [Fuego] [PATCH] Add settings for Functional.scifab and Functional.sdhi_0 Qiu Tingting
@ 2018-09-17 22:51 ` Tim.Bird
  0 siblings, 0 replies; 2+ messages in thread
From: Tim.Bird @ 2018-09-17 22:51 UTC (permalink / raw)
  To: qiutt, fuego

This is OK.  But these are rather specialized values.

See comment inline below.

> -----Original Message-----
> From: Qiu Tingting
> 
> Add sample of settings for Functional.scifab and Functional.sdhi_0.
> 
> Signed-off-by: Qiu Tingting <qiutt@cn.fujitsu.com>
> ---
>  fuego-ro/boards/template-dev.board | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/fuego-ro/boards/template-dev.board b/fuego-
> ro/boards/template-dev.board
> index 84c79de..03df712 100644
> --- a/fuego-ro/boards/template-dev.board
> +++ b/fuego-ro/boards/template-dev.board
> @@ -33,3 +33,12 @@ ARCH_TIMER_RATE=""
>  # add for Funcional.lwip
>  TFTP_SRV_IP="192.168.1.3"
> 
> +# add for Functional.scifab
> +SCIFAB_NAME="sci"
> +SCIFAB_PATTERN=".*tty.*irq.*"
> +SCIFAB_COUNT=1
> +
> +# add for Functional.sdhi_0
> +SDHI_DEV_NAME="sh_mobile_sdhi"
> +SDHI_BLOCK_NUM="1"
> +SDHI_DRIVER_NAME="sh_mobile_sdhi"

These are rather specialized values, that are unlikely to work
unmodified on other boards.  Therefore, I'm going to leave them
in the template-dev.board file, as examples, but comment them
out.

> --
> 2.7.4
> 

Thanks.  Applied with changes.
 -- Tim


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

end of thread, other threads:[~2018-09-17 22:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-17  8:47 [Fuego] [PATCH] Add settings for Functional.scifab and Functional.sdhi_0 Qiu Tingting
2018-09-17 22:51 ` Tim.Bird

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.