From 4b8d274456db40f1ca202308a7a1fa93629aedb6 Mon Sep 17 00:00:00 2001 From: Kip Porterfield Date: Fri, 3 Apr 2020 21:59:23 +0000 Subject: ramips: add DTS triggers to USB LEDs for F9K1109v1 Alter DTS for Belkin F9K1109v1 to trigger USB leds from the echi/ochi ports. Signed-off-by: Kip Porterfield --- target/linux/ramips/dts/rt3883_belkin_f9k1109v1.dts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'target/linux/ramips/dts') 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>; + }; +}; -- cgit v1.2.3