summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/brya/wwan_power.asl
blob: d9bb5e794406fbc40a61b8a2def870fa14878691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#include <variant/gpio.h>

Method (MPTS, 1)
{
	\_SB.PCI0.CTXS(WWAN_PERST);
	Sleep(T1_OFF_MS)
	\_SB.PCI0.CTXS(WWAN_RST);
	Sleep(T2_OFF_MS)
	\_SB.PCI0.CTXS(WWAN_FCPO);
}