There are some new features for Mediatek SoC MT8196, which include new command/data transmitting and receiving path (abbreviated as tx/rx), and a new bus design that prevents the CPU from accessing the IP registers unless the source clock control gate is enabled. Furthermore, some register settings are also modified. The driver code has to be adapted to implement the above changes, and the compatible 'mediatek,msdc-v2' is added to driver and devicetree bindings, for MT8196 and future compatible SoCs that support new tx/rx. Andy-ld Lu (2): mmc: mtk-sd: Add support for MT8196 dt-bindings: mmc: mtk-sd: Add support for MT8196 .../devicetree/bindings/mmc/mtk-sd.yaml | 26 +++ drivers/mmc/host/mtk-sd.c | 179 +++++++++++++++--- 2 files changed, 182 insertions(+), 23 deletions(-) -- 2.46.0