/* SPDX-License-Identifier: GPL-2.0-only */ #include #include #include #define TS_ENABLE GPP_B4 void variant_smi_sleep(u8 slp_typ) { if (slp_typ == ACPI_S5) { /* Set TS to disable */ gpio_set(TS_ENABLE, 0); } }