mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 03:35:54 +07:00
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: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
babc5544c2
commit
235df2d80d
@ -246,6 +246,18 @@ sata_reset {
|
|||||||
gpios = <1 GPIO_ACTIVE_HIGH>;
|
gpios = <1 GPIO_ACTIVE_HIGH>;
|
||||||
output-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 {
|
&cp0_ethernet {
|
||||||
|
Loading…
Reference in New Issue
Block a user