mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
ramips: rt3352 usbphy fix in dts-file
Add missing rt3352 usb phy. Fix ticket #20499. Signed-Off-By:Serge Vasilugin <vasilugin@yandex.ru> SVN-Revision: 49204
This commit is contained in:
parent
a16ae0b6df
commit
4a5158bd2a
@ -252,8 +252,9 @@
|
|||||||
interrupts = <17>;
|
interrupts = <17>;
|
||||||
};
|
};
|
||||||
|
|
||||||
usbphy {
|
usbphy: usbphy {
|
||||||
compatible = "ralink,rt3352-usbphy";
|
compatible = "ralink,rt3352-usbphy";
|
||||||
|
#phy-cells = <1>;
|
||||||
|
|
||||||
resets = <&rstctrl 22 &rstctrl 25>;
|
resets = <&rstctrl 22 &rstctrl 25>;
|
||||||
reset-names = "host", "device";
|
reset-names = "host", "device";
|
||||||
@ -273,6 +274,9 @@
|
|||||||
compatible = "generic-ehci";
|
compatible = "generic-ehci";
|
||||||
reg = <0x101c0000 0x1000>;
|
reg = <0x101c0000 0x1000>;
|
||||||
|
|
||||||
|
phys = <&usbphy 1>;
|
||||||
|
phy-names = "usb";
|
||||||
|
|
||||||
interrupt-parent = <&intc>;
|
interrupt-parent = <&intc>;
|
||||||
interrupts = <18>;
|
interrupts = <18>;
|
||||||
|
|
||||||
@ -283,6 +287,9 @@
|
|||||||
compatible = "generic-ohci";
|
compatible = "generic-ohci";
|
||||||
reg = <0x101c1000 0x1000>;
|
reg = <0x101c1000 0x1000>;
|
||||||
|
|
||||||
|
phys = <&usbphy 1>;
|
||||||
|
phy-names = "usb";
|
||||||
|
|
||||||
interrupt-parent = <&intc>;
|
interrupt-parent = <&intc>;
|
||||||
interrupts = <18>;
|
interrupts = <18>;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user