mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 01:21:49 +00:00
glados: Enable wireless gpio controls
Define the wireless GPIOs and enable control of them by the chipset power state machine. BUG=chrome-os-partner:40178 BRANCH=none TEST=emerge-glados chromeos-ec Change-Id: Ibf5f2cccb64324aafb9147873b77bddd8161ebe7 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/285535 Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
9edc728d54
commit
19ad2a91cc
@@ -66,6 +66,14 @@
|
||||
#define CONFIG_SYSTEM_UNLOCKED
|
||||
#define CONFIG_WATCHDOG_HELP
|
||||
|
||||
#define CONFIG_WIRELESS
|
||||
#define CONFIG_WIRELESS_SUSPEND \
|
||||
(EC_WIRELESS_SWITCH_WLAN | EC_WIRELESS_SWITCH_WLAN_POWER)
|
||||
|
||||
/* Wireless signals */
|
||||
#define WIRELESS_GPIO_WLAN GPIO_WLAN_OFF_L
|
||||
#define WIRELESS_GPIO_WLAN_POWER GPIO_PP3300_WLAN_EN
|
||||
|
||||
/* I2C ports */
|
||||
#define I2C_PORT_BATTERY MEC1322_I2C0_0
|
||||
#define I2C_PORT_CHARGER MEC1322_I2C0_0
|
||||
|
||||
Reference in New Issue
Block a user