Add the SDIO Device IDs of new Generation Infineon(Cypress) SDIO chipsets, which gets enumerated with the Cypress SDIO Vendor ID (0x04b4). Signed-off-by: Gokul Sivakumar --- include/linux/mmc/sdio_ids.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h index 673cbdf43453..44ed76e89539 100644 --- a/include/linux/mmc/sdio_ids.h +++ b/include/linux/mmc/sdio_ids.h @@ -81,6 +81,10 @@ #define SDIO_VENDOR_ID_CYPRESS 0x04b4 #define SDIO_DEVICE_ID_BROADCOM_CYPRESS_43439 0xbd3d +#define SDIO_DEVICE_ID_CYPRESS_55572 0xbd31 +#define SDIO_DEVICE_ID_CYPRESS_55500 0xbd3e +#define SDIO_DEVICE_ID_CYPRESS_43022 0xbd3f +#define SDIO_DEVICE_ID_CYPRESS_55900 0xbd40 #define SDIO_VENDOR_ID_MARVELL 0x02df #define SDIO_DEVICE_ID_MARVELL_LIBERTAS 0x9103 -- 2.25.1