Skip to content

Commit f8afdce

Browse files
goldelicogregkh
authored andcommitted
mmc: sdio: fix wl1251 vendor id
[ Upstream commit e5db673 ] v4.11-rc1 did introduce a patch series that rearranged the sdio quirks into a header file. Unfortunately this did forget to handle SDIO_VENDOR_ID_TI differently between wl1251 and wl1271 with the result that although the wl1251 was found on the sdio bus, the firmware did not load any more and there was no interface registration. This patch defines separate constants to be used by sdio quirks and drivers. Fixes: 884f386 ("mmc: core: move some sdio IDs out of quirks file") Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> Cc: <stable@vger.kernel.org> # v4.11+ Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 8b8b5f9 commit f8afdce

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/linux/mmc/sdio_ids.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171

7272
#define SDIO_VENDOR_ID_TI 0x0097
7373
#define SDIO_DEVICE_ID_TI_WL1271 0x4076
74+
#define SDIO_VENDOR_ID_TI_WL1251 0x104c
75+
#define SDIO_DEVICE_ID_TI_WL1251 0x9066
7476

7577
#define SDIO_VENDOR_ID_STE 0x0020
7678
#define SDIO_DEVICE_ID_STE_CW1200 0x2280

0 commit comments

Comments
 (0)