From: Linus Walleij Date: Wed, 14 Aug 2024 08:26:24 +0000 (+0200) Subject: bmips: inteno-xg6846: Activate USB port X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ff553bd00c47fe5b21871bbac0538408154d85cd;p=openwrt%2Fstaging%2Fxback.git bmips: inteno-xg6846: Activate USB port Some versions of the Inteno XG6846 has a USB port mounted. For these machines the corresponing USB port nodes need to be enabled. Suggested-by: Henrik Ginstmark Signed-off-by: Linus Walleij [reorder DTS alphabetically] Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts b/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts index 8f5b30d213..4079bfff17 100644 --- a/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts +++ b/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts @@ -130,6 +130,10 @@ }; }; +&ehci { + status = "okay"; +}; + ðernet { status = "okay"; @@ -282,7 +286,7 @@ }; }; -&uart0 { +&ohci { status = "okay"; }; @@ -310,3 +314,11 @@ }; }; }; + +&uart0 { + status = "okay"; +}; + +&usbh { + status = "okay"; +};