commit | 671be18772243d9c8731c3eef6ccc198652885f2 | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Mon Apr 07 22:01:55 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 16 19:57:35 2025 -0600 |
tree | 83232859c9b853c82fa348c073e85a0e23906cbb | |
parent | db65d247ffbe3ce5b82ee1190add6c147d0b0487 [diff] |
spinand: call SPI setup_for_spinand if supported Call SPI setup_for_spinand() if supported and defined to configure the SPI slave for the attached NAND. This is needed to configure the SPI with the NAND page size and spare size for correct configuration of the device. Call it as soon as the NAND is detected to correctly handle SPI controller with select_op_variant detection. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>