]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
drivers: ufs: ufs-mediatek: add MT8195 compatible
authorJulien Stephan <jstephan@baylibre.com>
Wed, 18 Mar 2026 16:51:00 +0000 (17:51 +0100)
committerDavid Lechner <dlechner@baylibre.com>
Fri, 17 Apr 2026 22:05:54 +0000 (17:05 -0500)
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>
drivers/ufs/ufs-mediatek.c

index c65be5c2df1de9d290f269d8bfe653912548d175..252c5fc431878945eac77d79dea30b51f9fee953 100644 (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" },
+
        {},
 };