mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
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:
parent
15e173bf7e
commit
d8553c2e44
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user