diff options
| author | Lachlan Hodges <lachlan.hodges@morsemicro.com> | 2026-03-18 16:19:05 +1100 |
|---|---|---|
| committer | Lachlan Hodges <lachlan.hodges@morsemicro.com> | 2026-07-08 11:40:08 +1000 |
| commit | 037d3e9a44e52dba5508a84095db8d90f343628c (patch) | |
| tree | 9f36ef636b0444524dd07ea1d8069172d9d69eee /include/linux | |
| parent | ac798f757d6475dc6fee2ec899980d6740714596 (diff) | |
mmc: sdio: add Morse Micro vendor ids
Add the Morse Micro mm81x series vendor ids.
Acked-by: Ulf Hansson <ulfh@kernel.org>
Signed-off-by: Lachlan Hodges <lachlan.hodges@morsemicro.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/sdio_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h index 0685dd717e85..bbffad9ae88e 100644 --- a/include/linux/mmc/sdio_ids.h +++ b/include/linux/mmc/sdio_ids.h @@ -117,6 +117,9 @@ #define SDIO_VENDOR_ID_MICROCHIP_WILC 0x0296 #define SDIO_DEVICE_ID_MICROCHIP_WILC1000 0x5347 +#define SDIO_VENDOR_ID_MORSEMICRO 0x325b +#define SDIO_DEVICE_ID_MORSEMICRO_MM8108 0x0809 + #define SDIO_VENDOR_ID_NXP 0x0471 #define SDIO_DEVICE_ID_NXP_IW61X 0x0205 |
