From ff553bd00c47fe5b21871bbac0538408154d85cd Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 14 Aug 2024 10:26:24 +0200 Subject: [PATCH] bmips: inteno-xg6846: Activate USB port MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- target/linux/bmips/dts/bcm6328-inteno-xg6846.dts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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"; +}; -- 2.30.2