09-09-2019, 07:56 PM
Does the following look at all familiar:
```
@@ -375,14 +467,14 @@
&u2phy {
status = "okay";
+};
- u2phy_host: host-port {
- status = "okay";
- };
+&u2phy_host {
+ status = "okay";
+};
- u2phy_otg: otg-port {
- status = "okay";
- };
+&u2phy_otg {
+ status = "okay";
};
&usb20_otg {
```
?? I am trying to determine if it is causing my USB ports to malfunction. This is on a 4.19 stable kernel with the ayufan mainline kernel rebased on top.
```
@@ -375,14 +467,14 @@
&u2phy {
status = "okay";
+};
- u2phy_host: host-port {
- status = "okay";
- };
+&u2phy_host {
+ status = "okay";
+};
- u2phy_otg: otg-port {
- status = "okay";
- };
+&u2phy_otg {
+ status = "okay";
};
&usb20_otg {
```
?? I am trying to determine if it is causing my USB ports to malfunction. This is on a 4.19 stable kernel with the ayufan mainline kernel rebased on top.