commit | 142f41a12db943f4a7381b1033be17662d9578ff | [log] [tgz] |
---|---|---|
author | Robert Marko <robert.marko@sartura.hr> | Wed Jan 05 16:01:00 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 17 14:45:24 2022 -0500 |
tree | 551864e2c5f4ff29a7108c1241f55b422cd16f49 | |
parent | b75f3241bb5934b79c297e6c65547faca001b939 [diff] |
mtd: nand: pxa3xx: set mtd->dev Currently the pxa3xx driver does not set the udevice in the mtd_info struct and this prevents the mtd from parsing the partitions via DTS like for SPI-NOR. So simply set the mtd->dev to the driver udevice. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Reviewed-by: Stefan Roese <sr@denx.de>