mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 12:21:03 +02:00
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:
parent
a694f49c49
commit
c4792df264
@ -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" },
|
||||
|
||||
{},
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user