From 3bbdc72b53ea7a69718b81d7c2d3b230ee8e8dae Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sat, 2 Jan 2021 15:09:09 +0100 Subject: 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 --- target/linux/ath79/dts/qca9531_tplink_tl-wr810n-v1.dts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'target/linux/ath79') 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 { -- cgit v1.2.3