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>
This commit is contained in:
Rosen Penev 2024-12-02 16:50:22 -08:00 committed by Robert Marko
parent 35acdbe909
commit 21b3fff01c

View File

@ -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 {