commit | a285ea6bc124dddc57e66e52d693cae691873cf7 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri May 12 22:33:23 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon May 15 10:40:01 2017 -0400 |
tree | bf3bb06712e6876a0e820fbda97b8a90da4110d8 | |
parent | 162efc3b75dc25af44ab7ba80758dbfb0926c9ad [diff] |
omap: spi: Drop CONFIG_OMAP3_SPI_D0_D1_SWAPPED support This particular quirk is not enabled in any config files today. It does however exist and is handled correctly in device trees and via CONFIG_DM_SPI. So we drop the symbol now and add a comment to indicate that any (new) boards that require this quirk need to enable DM_SPI instead. Signed-off-by: Tom Rini <trini@konsulko.com>