Skip to content

Commit

Permalink
arm64: dts: clearfog-gt-8k: enable mini-PCIe CON2 USB
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
  • Loading branch information
baruchsiach authored and gclement committed Nov 30, 2018
1 parent babc554 commit 235df2d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,18 @@
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 {
Expand Down

0 comments on commit 235df2d

Please sign in to comment.