ipq40xx: fix usbport trigger on the RT-AC58U with USB 2.0 devices
[openwrt/openwrt.git] / target / linux / ipq40xx / files-4.14 / arch / arm / boot / dts / qcom-ipq4018-rt-ac58u.dts
index f046bdcb5e92bdf1ac899471b87b63dbd9839707..56725f94c5c7b1abe9df151ffd8fa547313b0c47 100644 (file)
                                        reg = <1>;
                                        #trigger-source-cells = <0>;
                                };
+
+                               usb3_port2: port@2 {
+                                       reg = <2>;
+                                       #trigger-source-cells = <0>;
+                               };
                        };
                };
 
                usb {
                        label = "rt-ac58u:blue:usb";
                        gpios = <&tlmm 0 GPIO_ACTIVE_HIGH>;
-                       trigger-sources = <&usb3_port1>;
+                       trigger-sources = <&usb3_port1>, <&usb3_port2>;
                        linux,default-trigger = "usbport";
                };