All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add CONFIG_SYS_NAND_SELF_INIT to Kconfig for NAND DENALI driver
@ 2022-12-11 15:37 Jit Loon Lim
  2023-01-03 15:42 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Jit Loon Lim @ 2022-12-11 15:37 UTC (permalink / raw
  To: u-boot
  Cc: Jagan Teki, Vignesh R, Marek, Simon, Tien Fong, Kok Kiang,
	Siew Chin, Sin Hui, Raaj, Dinesh, Boon Khai, Alif, Teik Heng,
	Hazim, Jit Loon Lim, Sieu Mun Tang, Lokanathan

From: "Lokanathan, Raaj" <raaj.lokanathan@intel.com>

Add the CONFIG_SYS_NAND_SELF_INIT to the Kconfig to follow the changes from
mainline.

Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>
---
 drivers/mtd/nand/raw/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index ce67d1abde..1e889afd01 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -148,6 +148,7 @@ config NAND_DENALI
 config NAND_DENALI_DT
 	bool "Support Denali NAND controller as a DT device"
 	select NAND_DENALI
+	select SPL_SYS_NAND_SELF_INIT
 	depends on OF_CONTROL && DM_MTD
 	help
 	  Enable the driver for NAND flash on platforms using a Denali NAND
-- 
2.26.2


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

* Re: [PATCH] Add CONFIG_SYS_NAND_SELF_INIT to Kconfig for NAND DENALI driver
  2022-12-11 15:37 [PATCH] Add CONFIG_SYS_NAND_SELF_INIT to Kconfig for NAND DENALI driver Jit Loon Lim
@ 2023-01-03 15:42 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-01-03 15:42 UTC (permalink / raw
  To: Jit Loon Lim
  Cc: u-boot, Jagan Teki, Vignesh R, Marek, Simon, Tien Fong, Kok Kiang,
	Siew Chin, Sin Hui, Raaj, Dinesh, Boon Khai, Alif, Teik Heng,
	Hazim, Sieu Mun Tang, Lokanathan

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

On Sun, Dec 11, 2022 at 11:37:42PM +0800, Jit Loon Lim wrote:

> From: "Lokanathan, Raaj" <raaj.lokanathan@intel.com>
> 
> Add the CONFIG_SYS_NAND_SELF_INIT to the Kconfig to follow the changes from
> mainline.
> 
> Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
> Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2023-01-03 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-11 15:37 [PATCH] Add CONFIG_SYS_NAND_SELF_INIT to Kconfig for NAND DENALI driver Jit Loon Lim
2023-01-03 15:42 ` Tom Rini

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.