]> git.baikalelectronics.ru Git - uboot.git/commit
mtd: pxa3xx_nand: port to use driver model
authorShmuel Hazan <shmuel.h@siklu.com>
Thu, 29 Oct 2020 06:52:18 +0000 (08:52 +0200)
committerStefan Roese <sr@denx.de>
Thu, 29 Oct 2020 07:00:12 +0000 (08:00 +0100)
commit24c62f6e2bcc6569652c3737154f1a83d7eb0203
tree6f800e5033624f52d77e9d7bf04d6ab1af3dd890
parent18703d216d75d783786d38b74ab58e35a1974a32
mtd: pxa3xx_nand: port to use driver model

Use the generic DT code to find the device compatible property for us.
This makes the driver look more like other current drivers. It also make
it easier to add support for other variants like Armada 8K in a future
commit.

Signed-off-by: Shmuel Hazan <shmuel.h@siklu.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
drivers/mtd/nand/raw/Kconfig
drivers/mtd/nand/raw/pxa3xx_nand.c