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>
This commit is contained in:
Rosen Penev 2024-12-02 16:50:22 -08:00
parent 15e173bf7e
commit d8553c2e44

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 {