drivers: ufs: ufs-mediatek: add MT8195 compatible

Add MT8195 compatible string.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Link: https://patch.msgid.link/20260318-mt8195-add-ufs-support-v2-8-f18eeeeb0e72@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
This commit is contained in:
Julien Stephan 2026-03-18 17:51:00 +01:00 committed by David Lechner
parent a694f49c49
commit c4792df264

View File

@ -395,6 +395,8 @@ static int ufs_mtk_probe(struct udevice *dev)
static const struct udevice_id ufs_mtk_ids[] = {
{ .compatible = "mediatek,mt6878-ufshci" },
{ .compatible = "mediatek,mt8195-ufshci" },
{},
};