[PATCH 1/4] mmc: sdio: add MediaTek MT7902 SDIO device ID
Sean Wang
sean.wang at kernel.org
Fri Feb 20 10:30:56 PST 2026
Dear Paul,
On Thu, Feb 19, 2026 at 5:28 PM Paul Menzel <pmenzel at molgen.mpg.de> wrote:
>
> Dear Sean,
>
>
> Thank you for the patch.
>
> Am 20.02.26 um 00:16 schrieb Sean Wang:
> > From: Sean Wang <sean.wang at mediatek.com>
> >
> > Add SDIO device ID (0x790a) for MediaTek MT7902 to sdio_ids.h.
>
> Tested how?
Tested on real hardware with successful card detection, driver
initialization and the connectivity.
>
> > Signed-off-by: Sean Wang <sean.wang at mediatek.com>
> > ---
> > include/linux/mmc/sdio_ids.h | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h
> > index 673cbdf43453..97cc834fb3d5 100644
> > --- a/include/linux/mmc/sdio_ids.h
> > +++ b/include/linux/mmc/sdio_ids.h
> > @@ -112,6 +112,7 @@
> > #define SDIO_DEVICE_ID_MEDIATEK_MT7663 0x7663
> > #define SDIO_DEVICE_ID_MEDIATEK_MT7668 0x7668
> > #define SDIO_DEVICE_ID_MEDIATEK_MT7961 0x7961
> > +#define SDIO_DEVICE_ID_MEDIATEK_MT7902 0x790a
>
> Please sort it.
I will address the sorting in v2.
Thanks for the review.
>
> >
> > #define SDIO_VENDOR_ID_MICROCHIP_WILC 0x0296
> > #define SDIO_DEVICE_ID_MICROCHIP_WILC1000 0x5347
>
>
> Kind regards,
>
> Paul
More information about the Linux-mediatek
mailing list