diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-02 15:09:09 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-15 19:00:15 +0100 |
commit | 3bbdc72b53ea7a69718b81d7c2d3b230ee8e8dae (patch) | |
tree | 431ebd63bfacd6871ef3d1969b1247bb63d094fc /target | |
parent | 591a4c9ed3a3e3d9b0a2d1dd856c1df87892b877 (diff) | |
download | upstream-3bbdc72b53ea7a69718b81d7c2d3b230ee8e8dae.tar.gz upstream-3bbdc72b53ea7a69718b81d7c2d3b230ee8e8dae.tar.bz2 upstream-3bbdc72b53ea7a69718b81d7c2d3b230ee8e8dae.zip |
ath79: remove USB port definition for TP-Link TL-WR810N v1
The USB port definition is only needed when it is linked to a USB
LED. Since there is none for this device, we might as well remove
the port definition.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/dts/qca9531_tplink_tl-wr810n-v1.dts | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/target/linux/ath79/dts/qca9531_tplink_tl-wr810n-v1.dts b/target/linux/ath79/dts/qca9531_tplink_tl-wr810n-v1.dts index c792df60df..36f83809b8 100644 --- a/target/linux/ath79/dts/qca9531_tplink_tl-wr810n-v1.dts +++ b/target/linux/ath79/dts/qca9531_tplink_tl-wr810n-v1.dts @@ -17,15 +17,9 @@ }; &usb0 { - #address-cells = <1>; - #size-cells = <0>; - vbus-supply = <®_usb_vbus>; status = "okay"; - hub_port: port@1 { - reg = <1>; - #trigger-source-cells = <0>; - }; + vbus-supply = <®_usb_vbus>; }; &usb_phy { |