From: Devarsh Thakkar <devarsht@ti.com>
To: Nikhil M Jain <n-jain1@ti.com>, <u-boot@lists.denx.de>,
<sjg@chromium.org>
Cc: <trini@konsulko.com>, <vigneshr@ti.com>, <nsekhar@ti.com>
Subject: Re: [PATCH V5 02/13] drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL
Date: Mon, 3 Apr 2023 16:17:09 +0530 [thread overview]
Message-ID: <6ea34cb1-3634-cf50-67d8-e480e1046b4e@ti.com> (raw)
In-Reply-To: <20230403081443.77933-3-n-jain1@ti.com>
Hi Nikhil,
On 03/04/23 13:44, Nikhil M Jain wrote:
> To enable tidss video driver only at SPL stage, add necessary config,
> CONFIG_SPL_VIDEO_TIDSS.
>
> Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> V5:
> - No change
>
> V4:
> - Add Reviewed-By tag
>
> V3:
> - No change
>
> V2:
> - No change
>
> drivers/video/tidss/Kconfig | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/drivers/video/tidss/Kconfig b/drivers/video/tidss/Kconfig
> index 2a5e56ea4e..748c332281 100644
> --- a/drivers/video/tidss/Kconfig
> +++ b/drivers/video/tidss/Kconfig
> @@ -16,3 +16,9 @@ menuconfig VIDEO_TIDSS
> DPI . This option enables these supports which can be used on
> devices which have OLDI or HDMI display connected.
>
> +config SPL_VIDEO_TIDSS
> + bool "Enable TIDSS video support in SPL Stage"
> + depends on SPL_VIDEO
> + help
> + This options enables tidss driver in SPL stage. If
> + you need to use tidssat SPL stage use this config.
Minor typo <space missing>
"you need to use tidss display driver at SPL stage"
After that is fixed, feel free to add
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Regards
Devarsh
next prev parent reply other threads:[~2023-04-03 10:47 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-03 8:14 [PATCH V5 00/13] Add splash screen support at u-boot SPL Nikhil M Jain
2023-04-03 8:14 ` [PATCH V5 01/13] drivers: video: Kconfig: Add configs for enabling video at SPL Nikhil M Jain
2023-04-03 8:14 ` [PATCH V5 02/13] drivers: video: tidss: Kconfig: Configs to enable TIDSS " Nikhil M Jain
2023-04-03 10:47 ` Devarsh Thakkar [this message]
2023-04-03 8:14 ` [PATCH V5 03/13] drivers: Makefile: Add rule to compile video driver Nikhil M Jain
2023-04-03 10:48 ` Devarsh Thakkar
2023-04-03 8:14 ` [PATCH V5 04/13] drivers: video: Makefile: Rule to compile necessary video driver files Nikhil M Jain
2023-04-03 10:51 ` Devarsh Thakkar
2023-04-03 8:14 ` [PATCH V5 05/13] drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL Nikhil M Jain
2023-04-03 8:14 ` [PATCH V5 06/13] common: Makefile: Add rule to compile splash and splash_source " Nikhil M Jain
2023-04-03 10:57 ` Devarsh Thakkar
2023-04-03 8:14 ` [PATCH V5 07/13] common: Kconfig: Add BMP configs Nikhil M Jain
2023-04-03 11:00 ` Devarsh Thakkar
2023-04-03 8:14 ` [PATCH V5 08/13] cmd: bmp: Split bmp commands and functions Nikhil M Jain
2023-04-03 11:30 ` Devarsh Thakkar
2023-04-03 8:14 ` [PATCH V5 09/13] common: Makefile: Rule to compile bmp.c Nikhil M Jain
2023-04-03 11:30 ` Devarsh Thakkar
2023-04-03 8:14 ` [PATCH V5 10/13] drivers: video: Enable necessary video functions at SPL Nikhil M Jain
2023-04-03 8:14 ` [PATCH V5 11/13] common: Enable splash " Nikhil M Jain
2023-04-03 11:35 ` Devarsh Thakkar
2023-04-03 8:14 ` [PATCH V5 12/13] include: Enable video related global data variable and splash " Nikhil M Jain
2023-04-03 11:41 ` Devarsh Thakkar
2023-04-03 8:14 ` [PATCH V5 13/13] board: ti: am62x: evm: OSPI support for splash screen Nikhil M Jain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6ea34cb1-3634-cf50-67d8-e480e1046b4e@ti.com \
--to=devarsht@ti.com \
--cc=n-jain1@ti.com \
--cc=nsekhar@ti.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox