aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/rt3883_belkin_f9k1109v1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/rt3883_belkin_f9k1109v1.dts')
-rw-r--r--target/linux/ramips/dts/rt3883_belkin_f9k1109v1.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/rt3883_belkin_f9k1109v1.dts b/target/linux/ramips/dts/rt3883_belkin_f9k1109v1.dts
index 0b4cf699b5..05afd8af3a 100644
--- a/target/linux/ramips/dts/rt3883_belkin_f9k1109v1.dts
+++ b/target/linux/ramips/dts/rt3883_belkin_f9k1109v1.dts
@@ -30,11 +30,15 @@
usb1 {
label = "f9k1109v1:green:usb1";
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
+ trigger-sources = <&ohci_port1>, <&ehci_port1>;
+ linux,default-trigger = "usbport";
};
usb2 {
label = "f9k1109v1:green:usb2";
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
+ trigger-sources = <&ohci_port2>, <&ehci_port2>;
+ linux,default-trigger = "usbport";
};
wps_amber {
@@ -65,3 +69,17 @@
};
};
};
+
+&ehci {
+ ehci_port2: port@2 {
+ reg = <2>;
+ #trigger-source-cells = <0>;
+ };
+};
+
+&ohci {
+ ohci_port2: port@2 {
+ reg = <2>;
+ #trigger-source-cells = <0>;
+ };
+};