diff options
| author | Robert Resch | 2019-01-23 20:04:30 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2019-01-26 09:42:19 +0000 |
| commit | 53c25fa2c48308cc181c950627b443745a049aaa (patch) | |
| tree | 28e8a7929304482203855fd455ab2abbb3a932f1 | |
| parent | d4ba7bab25c84478ce3aa5ebd80d24b5a5624e7b (diff) | |
| download | openwrt-53c25fa2c48308cc181c950627b443745a049aaa.tar.gz | |
lantiq: Add support for 2nd USB port on Fritz!Box 7320 and 7330
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 <openwrt@webnmail.de>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
| -rw-r--r-- | target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7320.dts | 8 |
1 files changed, 8 insertions, 0 deletions
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 cd274277d1..a4afca11fa 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"; +}; |