[OpenWrt-Devel] [PATCH] lantiq: Add support for 2nd USB port on Fritz!Box 7320 and 7330
Petr Štetiar
ynezz at true.cz
Wed Jan 23 15:04:30 EST 2019
From: Robert Resch <openwrt at webnmail.de>
This patch enables support for 2nd USB port, which is available on
Fritz!Box 7320 and 7330. It was run-tested on 7320 and 7330 as well.
It's just rework of previous Robert's patch email attempt[1], this time
in proper format.
1. http://lists.infradead.org/pipermail/openwrt-devel/2019-January/015461.html
Signed-off-by: Robert Resch <openwrt at webnmail.de>
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
target/linux/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 45a59c0..e999b59 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";
+};
--
1.9.1
_______________________________________________
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