commit | 21b790fd49c208b602c0b024e0bda0064f75a0d8 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sun Jan 22 16:06:35 2023 -0600 |
committer | Andre Przywara <andre.przywara@arm.com> | Fri Apr 28 01:06:57 2023 +0100 |
tree | 4786e0fcc59efa286cc21ed229b622a80a201413 | |
parent | 1eb09081f61fd69aec92b971f115cd8cc98789c3 [diff] |
mtd: nand: sunxi: Convert to the driver model Clocks, resets, and pinmuxes are now handled by the driver model, so the only thing the "board" code needs to do is load the driver. This matches the pattern used by other DM raw NAND drivers (there is no NAND uclass). The actual board code is now only needed in SPL. Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>