blob: f19a5ef4e923584e355838d52b4c7c703227d963 [file] [log] [blame]
Eric Laifdf4d872021-09-14 12:13:46 +08001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <variant/gpio.h>
4
5Method (MPTS, 1)
6{
Reka Norman19567d82022-02-08 10:40:45 +11007#if CONFIG(HAVE_PCIE_WWAN)
Eric Laifdf4d872021-09-14 12:13:46 +08008 \_SB.PCI0.CTXS(WWAN_PERST);
9 Sleep(T1_OFF_MS)
Reka Norman19567d82022-02-08 10:40:45 +110010#endif
Eric Laifdf4d872021-09-14 12:13:46 +080011 \_SB.PCI0.CTXS(WWAN_RST);
12 Sleep(T2_OFF_MS)
13 \_SB.PCI0.CTXS(WWAN_FCPO);
14}