]> git.dujemihanovic.xyz Git - u-boot.git/commit
mtd: rawnand: omap_gpmc: Use DT provided IO address
authorRoger Quadros <rogerq@kernel.org>
Thu, 11 Jan 2024 13:19:18 +0000 (15:19 +0200)
committerDario Binacchi <dario.binacchi@amarulasolutions.com>
Mon, 15 Jan 2024 07:58:24 +0000 (08:58 +0100)
commitdd01a229c8058504cbba39c57ae7d67132493441
treecf4449137918801c98af331e64c5422192ebf521
parent58d6f349e44065e0641372b716944abbd00f4f57
mtd: rawnand: omap_gpmc: Use DT provided IO address

For DM case we can get the NAND chip's IO address from DT
so we don't need to rely on CFG_SYS_NAND_BASE.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Reviewed-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://www.mail-archive.com/u-boot@lists.denx.de/msg499177.html
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
drivers/mtd/nand/raw/omap_gpmc.c