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>
};
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 {