diff options
author | Shiji Yang <yangshiji66@qq.com> | 2022-10-24 12:01:12 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-12 17:10:12 +0100 |
commit | 4778f6e959f5b9a6379968b600d721975238083c (patch) | |
tree | 6d897e3fc0f648c225b36218f28009b566708c64 /target/linux/ath79/dts/ar9331_arduino_yun.dts | |
parent | e7bd3767a96a8a84be7ea4730798a7a08dbb20d0 (diff) | |
download | upstream-4778f6e959f5b9a6379968b600d721975238083c.tar.gz upstream-4778f6e959f5b9a6379968b600d721975238083c.tar.bz2 upstream-4778f6e959f5b9a6379968b600d721975238083c.zip |
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 <yangshiji66@qq.com>
Diffstat (limited to 'target/linux/ath79/dts/ar9331_arduino_yun.dts')
-rw-r--r-- | target/linux/ath79/dts/ar9331_arduino_yun.dts | 16 |
1 files changed, 1 insertions, 15 deletions
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 { |