commit | 1b469ea5af33332dc735f1a4f2e0cc67923a0798 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Thu Sep 23 18:07:11 2021 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Feb 02 14:33:36 2022 +0000 |
tree | 45b6521e1fe740c4838fbbc644a7a50037f7777d | |
parent | 2ee9d4ddf152051208c4ec9fdb59cdd0ba62d2e6 [diff] |
mtd: mchp48l640: Add SPI ID table Currently autoloading for SPI devices does not use the DT ID table, it uses SPI modalises. Supporting OF modalises is going to be difficult if not impractical, an attempt was made but has been reverted, so ensure that module autoloading works for this driver by adding an id_table listing the SPI IDs for everything. Fixes: 96c8395e2166 ("spi: Revert modalias changes") Signed-off-by: Mark Brown <broonie@kernel.org>