summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev2024-12-03 00:50:22 +0000
committerRobert Marko2024-12-22 10:35:23 +0000
commit21b3fff01c3c2c45d0a172fb6d5e8c274e7cb2d6 (patch)
treefe8691c941f039e5392b8414c6bc3ab2c1abe414
parent35acdbe9095d81e896a2dfa65e7df871a023b996 (diff)
downloadopenwrt-21b3fff01c3c2c45d0a172fb6d5e8c274e7cb2d6.tar.gz
ramips: rt3050: fix wrong compatible
In the process of upstreaming the local phy driver back in 2017, it seems rt3050.dtsi was left out when updating the compatible string. Add device reset as the driver needs it. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17257 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/ramips/dts/rt3050.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/rt3050.dtsi b/target/linux/ramips/dts/rt3050.dtsi
index 8a2304f7b9..fd52e51936 100644
--- a/target/linux/ramips/dts/rt3050.dtsi
+++ b/target/linux/ramips/dts/rt3050.dtsi
@@ -296,12 +296,12 @@
};
usbphy: usbphy {
- compatible = "ralink,rt3050-usbphy";
+ compatible = "ralink,rt3352-usbphy";
#phy-cells = <0>;
ralink,sysctl = <&sysc>;
- resets = <&sysc 22>;
- reset-names = "host";
+ resets = <&sysc 22>, <&sysc 25>;
+ reset-names = "host", "device";
};
ethernet: ethernet@10100000 {