ramips: dts: mt7621: use "mediatek,mtk-xhci" compatible

Compared to the "mediatek,mt8173-xhci", this is a more generic and
reasonable compatible string. On the driver side, they are identical.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/22094
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Shiji Yang 2026-02-19 19:57:56 +08:00 committed by Hauke Mehrtens
parent fcbaaddf08
commit 109844e32f

View File

@ -393,10 +393,9 @@
};
xhci: xhci@1e1c0000 {
compatible = "mediatek,mtk-xhci";
#address-cells = <1>;
#size-cells = <0>;
compatible = "mediatek,mt8173-xhci";
reg = <0x1e1c0000 0x1000>, <0x1e1d0700 0x0100>;
reg-names = "mac", "ippc";