X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2Fmt7628an.dtsi;h=855d538a4b4ce29bb90a885eac85f4ca2a770608;hp=bf786c8f6961841c31b9b44428e99b10cddac292;hb=9bc1e19b86106085c0d46b3e620139747499041a;hpb=affe6c3a802bffe6e404cbaf79d54b5e32b963b4 diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index bf786c8f69..855d538a4b 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -158,8 +158,9 @@ #reset-cells = <1>; }; - usbphy { + usbphy: usbphy { compatible = "ralink,mt7628an-usbphy", "ralink,mt7620a-usbphy"; + #phy-cells = <1>; resets = <&rstctrl 22>; reset-names = "host"; @@ -179,6 +180,9 @@ compatible = "ralink,rt3xxx-ehci"; reg = <0x101c0000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; }; @@ -187,6 +191,9 @@ compatible = "ralink,rt3xxx-ohci"; reg = <0x101c1000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; };