mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-04 17:36:12 +02:00
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:
parent
fcbaaddf08
commit
109844e32f
@ -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";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user