diff options
| author | Maxim Anisimov | 2026-03-23 07:40:55 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-03-29 15:35:55 +0000 |
| commit | 909b0b888008812a85301f3a9e0db1df0e502835 (patch) | |
| tree | 3693f279634cbb370f98390921361d5e2eb2eba3 | |
| parent | c6330df3963d66f273d19a615f36cd9336508629 (diff) | |
| download | openwrt-909b0b888008812a85301f3a9e0db1df0e502835.tar.gz | |
mediatek: filogic: kn-1812: enable xsphy node
The XS-PHY controller supports physical layer functionality
for USB3.1 GEN2 controller on MediaTek SoCs.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22575
(cherry picked from commit cb3657463d210de2aa5a0c41301fe02c7cf9ca46)
Link: https://github.com/openwrt/openwrt/pull/22626
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi b/target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi index 9b183bf581..e2ae6d474c 100644 --- a/target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi +++ b/target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi @@ -608,3 +608,7 @@ &tphy { status = "okay"; }; + +&xsphy { + status = "okay"; +}; |