mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
ufs: ufs-mediatek: add mt8183-ufshci compatible
Add a new compatible match for mediatek,mt8183-ufshci. This compatible is already defined in upstream devicetree bindings. Link: https://patch.msgid.link/20260330-mtk-genio-720-ufs-v1-1-3bad8362ed70@baylibre.com Signed-off-by: David Lechner <dlechner@baylibre.com>
This commit is contained in:
@@ -395,6 +395,7 @@ static int ufs_mtk_probe(struct udevice *dev)
|
||||
|
||||
static const struct udevice_id ufs_mtk_ids[] = {
|
||||
{ .compatible = "mediatek,mt6878-ufshci" },
|
||||
{ .compatible = "mediatek,mt8183-ufshci" },
|
||||
{ .compatible = "mediatek,mt8195-ufshci" },
|
||||
|
||||
{},
|
||||
|
||||
Reference in New Issue
Block a user