]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ramips: dts: mt7621: use "mediatek,mtk-xhci" compatible
authorShiji Yang <yangshiji66@outlook.com>
Thu, 19 Feb 2026 11:57:56 +0000 (19:57 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 5 Apr 2026 23:05:51 +0000 (01:05 +0200)
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>
target/linux/ramips/dts/mt7621.dtsi

index dd21f13a32a48f61fc619d4b0b2cb4f34c7236d5..0fa5426dfd809dedfc7e49a6ca63e1a095255dcb 100644 (file)
        };
 
        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";