lantiq: Add support for 2nd USB port on Fritz!Box 7320 and 7330
authorRobert Resch <openwrt@webnmail.de>
Wed, 23 Jan 2019 20:04:30 +0000 (21:04 +0100)
committerMathias Kresin <dev@kresin.me>
Sat, 26 Jan 2019 09:42:19 +0000 (10:42 +0100)
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>
target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7320.dts

index cd274277d1a7d70a18551366430d99f2f82f24ac..a4afca11fadef56b675d85a7be950dd57af0aebd 100644 (file)
        status = "okay";
 };
 
+&usb_phy1 {
+       status = "okay";
+};
+
 &usb0 {
        status = "okay";
 };
+
+&usb1 {
+       status = "okay";
+};