cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / google / brya / wwan_power.asl
blobf19a5ef4e923584e355838d52b4c7c703227d963
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <variant/gpio.h>
5 Method (MPTS, 1)
7 #if CONFIG(HAVE_PCIE_WWAN)
8         \_SB.PCI0.CTXS(WWAN_PERST);
9         Sleep(T1_OFF_MS)
10 #endif
11         \_SB.PCI0.CTXS(WWAN_RST);
12         Sleep(T2_OFF_MS)
13         \_SB.PCI0.CTXS(WWAN_FCPO);