arm64: dts: clearfog-gt-8k: enable mini-PCIe CON2 USB
authorBaruch Siach <baruch@tkos.co.il>
Fri, 19 Oct 2018 04:57:54 +0000 (07:57 +0300)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 30 Nov 2018 17:46:12 +0000 (18:46 +0100)
Deassert the reset and wireless disable signals on the CON2 mini-PCIe
socket. That allows the host to detect USB devices on the mini-PCIe
socket.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts

index f2e5b98f0c326e0167f8578176615b8d989797b2..dfb26661a88e4b51d8316d72bc4837316387a1aa 100644 (file)
                gpios = <1 GPIO_ACTIVE_HIGH>;
                output-high;
        };
+
+       lte_reset {
+               gpio-hog;
+               gpios = <2 GPIO_ACTIVE_LOW>;
+               output-low;
+       };
+
+       lte_disable {
+               gpio-hog;
+               gpios = <21 GPIO_ACTIVE_LOW>;
+               output-low;
+       };
 };
 
 &cp0_ethernet {