From 53c25fa2c48308cc181c950627b443745a049aaa Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Wed, 23 Jan 2019 21:04:30 +0100 Subject: [PATCH] lantiq: Add support for 2nd USB port on Fritz!Box 7320 and 7330 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Enable support for 2nd USB port, which is available on Fritz!Box 7320 and 7330. It was run-tested on 7320 and 7330 as well. Signed-off-by: Robert Resch Signed-off-by: Petr Å tetiar --- .../lantiq/files-4.14/arch/mips/boot/dts/FRITZ7320.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7320.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7320.dts index cd274277d1a..a4afca11fad 100644 --- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7320.dts +++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7320.dts @@ -159,6 +159,14 @@ status = "okay"; }; +&usb_phy1 { + status = "okay"; +}; + &usb0 { status = "okay"; }; + +&usb1 { + status = "okay"; +}; -- 2.30.2