From 109844e32f369a9bc1574385bf8ebde6cf3a1eaf Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Thu, 19 Feb 2026 19:57:56 +0800 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/22094 Signed-off-by: Hauke Mehrtens --- target/linux/ramips/dts/mt7621.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index dd21f13a32..0fa5426dfd 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -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";