[PATCH 1/3] dt-bindings: mmc: mtk-sd: Add support for MT8189 SoC
David Lechner
dlechner at baylibre.com
Wed Mar 18 16:00:42 PDT 2026
On 12/3/25 5:45 AM, Louis-Alexis Eyraud wrote:
> Add a new compatible for MMC IP in MT8189 SoC.
> Even though this is partially compatible with the one found in MT8196
> SoC, the MT8189 SoC register layout has some slight differences and
> additional features.
>
> Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud at collabora.com>
> ---
> Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> index 6dd26ad314916a3e40cf55ff69a7d93ed63dbdd4..eb3755bdfdf7e001602c3eb870898275085df3e6 100644
> --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> @@ -25,6 +25,7 @@ properties:
> - mediatek,mt8135-mmc
> - mediatek,mt8173-mmc
> - mediatek,mt8183-mmc
> + - mediatek,mt8189-mmc
I think this can be in the group with fallback to mediatek,mt8183-mmc.
I was able to make it work on U-Boot just using the existing match
for "mediatek,mt8183-mmc" there.
> - mediatek,mt8196-mmc
> - mediatek,mt8516-mmc
> - items:
> @@ -192,6 +193,7 @@ allOf:
> - mediatek,mt8183-mmc
> - mediatek,mt8186-mmc
> - mediatek,mt8188-mmc
> + - mediatek,mt8189-mmc
> - mediatek,mt8195-mmc
> - mediatek,mt8196-mmc
> - mediatek,mt8516-mmc
> @@ -240,6 +242,7 @@ allOf:
> - mediatek,mt7986-mmc
> - mediatek,mt7988-mmc
> - mediatek,mt8183-mmc
> + - mediatek,mt8189-mmc
> - mediatek,mt8196-mmc
> then:
> properties:
>
More information about the Linux-mediatek
mailing list