]> git.dujemihanovic.xyz Git - u-boot.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)
commit8dddfff4d83e4e29bb6d0eafa348b7b5f6c0e31b
tree6f800e5033624f52d77e9d7bf04d6ab1af3dd890
parenta941226e0060ad207f26ea9203ac6da27febaa62
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