From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EE550C761A6 for ; Mon, 3 Apr 2023 10:47:21 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DAB3385A42; Mon, 3 Apr 2023 12:47:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="Z4vsrb4e"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2325085CA7; Mon, 3 Apr 2023 12:47:18 +0200 (CEST) Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B30C585927 for ; Mon, 3 Apr 2023 12:47:14 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=devarsht@ti.com Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 333AlCbb026397; Mon, 3 Apr 2023 05:47:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1680518832; bh=vxeaPOm1FukJtbqasy/WBL0+Y1P62xv1Um9tmAW8j90=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=Z4vsrb4e4BooAqJ35fW6MnD/lE8VFAt2VMpCL7epTbYJMXI5XfoKtFXoM6SWTjcLR gH56I+5DOP70QdpjZfbjgQHPSEEH+ZzhIYyYRXljRmaIefXhuz09O3Fzs2elz9WpMq Psl2MhE9Hdi3mhucbMpgJZOZrj/vsN0CDyZ5Iv+o= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 333AlCdY005284 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 3 Apr 2023 05:47:12 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Mon, 3 Apr 2023 05:47:11 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Mon, 3 Apr 2023 05:47:11 -0500 Received: from [172.24.145.199] (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 333Al9gl019514; Mon, 3 Apr 2023 05:47:10 -0500 Message-ID: <6ea34cb1-3634-cf50-67d8-e480e1046b4e@ti.com> Date: Mon, 3 Apr 2023 16:17:09 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH V5 02/13] drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL Content-Language: en-US To: Nikhil M Jain , , CC: , , References: <20230403081443.77933-1-n-jain1@ti.com> <20230403081443.77933-3-n-jain1@ti.com> From: Devarsh Thakkar In-Reply-To: <20230403081443.77933-3-n-jain1@ti.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean 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 > Reviewed-by: Simon Glass > --- > 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 "you need to use tidss display driver at SPL stage" After that is fixed, feel free to add Reviewed-by: Devarsh Thakkar Regards Devarsh