mb/prodrive/atlas: Remove the workaround for CLKREQ pins
[coreboot2.git] / src / soc / intel / braswell / acpi / dptf / wwan.asl
blob91dbf93712636763f1b9c2f02d12a57506f2323a
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Device (WWAN)
5         Name (_HID, "INT3408")
6         Name (_UID, 0)
7         Name (PTYP, 0xF)
8         Name (_STR, Unicode("Wireless Wide Area Network"))
10         Method (_STA)
11         {
12                 If (\DPTE == 1) {
13                         Return (0xF)
14                 } Else {
15                         Return (0x0)
16                 }
17         }