diff mbox series

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

Message ID f5ea3367-dca1-2742-d97e-554f446fa182@webnmail.de
State Deferred
Headers show
Series [OpenWrt-Devel] Add Support for 2nd USB Port of Fritz!Box 7320 and 7330 | expand

Commit Message

Robert Resch Jan. 13, 2019, 4:08 p.m. UTC
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@webnmail.de>

Comments

Robert Resch Jan. 13, 2019, 5:50 p.m. UTC | #1
Hi,

Please don't commit this patch as i want do do some further checks if
there is no problem with the 7320. i only could test at a 7330 for now.

Sorry

Yours, Robert

Am 13.01.2019 um 17:08 schrieb Robert Resch:
> 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@webnmail.de>
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
diff mbox series

Patch

--- 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";
+};