From 4778f6e959f5b9a6379968b600d721975238083c Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Mon, 24 Oct 2022 12:01:12 +0800 Subject: ath79: move usb led trigger node to SoC dtsi These frequently used usb led triggers are universal. They should be moved to SoC dtsi. Signed-off-by: Shiji Yang --- target/linux/ath79/dts/ar9331_arduino_yun.dts | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'target/linux/ath79/dts/ar9331_arduino_yun.dts') diff --git a/target/linux/ath79/dts/ar9331_arduino_yun.dts b/target/linux/ath79/dts/ar9331_arduino_yun.dts index 389a83dd22..bf3a46f962 100644 --- a/target/linux/ath79/dts/ar9331_arduino_yun.dts +++ b/target/linux/ath79/dts/ar9331_arduino_yun.dts @@ -57,7 +57,7 @@ usb { label = "white:usb"; gpios = <&gpio 1 GPIO_ACTIVE_HIGH>; - trigger-sources = <&hub_port1>; + trigger-sources = <&hub_port>; linux,default-trigger = "usbport"; }; }; @@ -125,22 +125,8 @@ &usb { status = "okay"; - #address-cells = <1>; - #size-cells = <0>; dr_mode = "host"; vbus-supply = <®_usb_vbus>; - - port@1 { - #address-cells = <1>; - #size-cells = <0>; - reg = <1>; - #trigger-source-cells = <0>; - - hub_port1: port@1 { - reg = <1>; - #trigger-source-cells = <0>; - }; - }; }; &usb_phy { -- cgit v1.2.3