[OpenWrt-Devel] Add Support for 2nd USB Port of Fritz!Box 7320 and 7330

Robert Resch openwrt at webnmail.de
Sun Jan 13 11:08:18 EST 2019


Hi,

I managed to get the second USB Port of my FritzBox working with
OpenWRT. The dts File only enabled one port but the Box has two.

Find attached a simple Patch adding support.

commit subject: lantiq: add support for 2nd USB Port for FRITZ7320

description: adds support for the 2nd USB Port of the Fritz!Boxes 7320
and 7330

Signed-off-by: Robert Resch <openwrt at webnmail.de>
-------------- next part --------------
--- target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7320.dts.old 2019-01-13 16:33:48.927626207 +0100
+++ target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7320.dts     2019-01-13 16:34:15.352145597 +0100
@@ -159,6 +159,14 @@
        status = "okay";
 };

+&usb_phy1 {
+       status = "okay";
+};
+
 &usb0 {
        status = "okay";
 };
+
+&usb1 {
+       status = "okay";
+};
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list