Commit 235df2d8 authored by Baruch Siach's avatar Baruch Siach Committed by Gregory CLEMENT

arm64: dts: clearfog-gt-8k: enable mini-PCIe CON2 USB

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: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent babc5544
......@@ -246,6 +246,18 @@ sata_reset {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment