mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +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> Link: https://github.com/openwrt/openwrt/pull/17257 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
35acdbe909
commit
21b3fff01c
@ -296,12 +296,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
usbphy: usbphy {
|
usbphy: usbphy {
|
||||||
compatible = "ralink,rt3050-usbphy";
|
compatible = "ralink,rt3352-usbphy";
|
||||||
#phy-cells = <0>;
|
#phy-cells = <0>;
|
||||||
|
|
||||||
ralink,sysctl = <&sysc>;
|
ralink,sysctl = <&sysc>;
|
||||||
resets = <&sysc 22>;
|
resets = <&sysc 22>, <&sysc 25>;
|
||||||
reset-names = "host";
|
reset-names = "host", "device";
|
||||||
};
|
};
|
||||||
|
|
||||||
ethernet: ethernet@10100000 {
|
ethernet: ethernet@10100000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user