@@ -483,13 +483,11 @@
};
usbphy1: usbphy@1 {
- compatible = "nop-usbphy";
- status = "disabled";
+ compatible = "usb-nop-xceiv";
};
usbphy2: usbphy@2 {
- compatible = "nop-usbphy";
- status = "disabled";
+ compatible = "usb-nop-xceiv";
};
usbotg: usb@53ff4000 {
@@ -499,6 +497,7 @@
clocks = <&clks 9>, <&clks 70>, <&clks 8>;
clock-names = "ipg", "ahb", "per";
fsl,usbmisc = <&usbmisc 0>;
+ fsl,usbphy = <&usbphy1>;
status = "disabled";
};
@@ -509,6 +508,7 @@
clocks = <&clks 9>, <&clks 70>, <&clks 8>;
clock-names = "ipg", "ahb", "per";
fsl,usbmisc = <&usbmisc 1>;
+ fsl,usbphy = <&usbphy2>;
status = "disabled";
};
@@ -518,7 +518,6 @@
clocks = <&clks 9>, <&clks 70>, <&clks 8>;
clock-names = "ipg", "ahb", "per";
reg = <0x53ff4600 0x00f>;
- status = "disabled";
};
dryice@53ffc000 {