diff options
| author | Simon Glass <[email protected]> | 2020-12-31 09:52:15 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2021-01-30 14:25:41 -0700 |
| commit | 30e486f3a501cbfdce178433fa66bdc001ab7e05 (patch) | |
| tree | 19de67dfc93553c97940d4b9c4274727fd095d5c | |
| parent | 3039fc7e964c75aba700538881b8b107c6e8792b (diff) | |
x86: coral: Update an unused pin to reduce power
GPIO_25 is not used on coral, so set it up in deep sleep.
Signed-off-by: Simon Glass <[email protected]>
| -rw-r--r-- | arch/x86/dts/chromebook_coral.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/chromebook_coral.dts b/arch/x86/dts/chromebook_coral.dts index a8460220957..965f59276af 100644 --- a/arch/x86/dts/chromebook_coral.dts +++ b/arch/x86/dts/chromebook_coral.dts @@ -637,6 +637,7 @@ PAD_CFG0_TX_DISABLE | PAD_CFG0_ROUTE_IOAPIC | PAD_CFG0_TRIG_LEVEL | PAD_CFG0_RX_POL_INVERT) (PAD_CFG1_PULL_NONE | PAD_CFG1_IOSSTATE_TXD_RXE) + PAD_CFG_GPI(GPIO_25, UP_20K, DEEP) /* unused */ /* * WLAN_PE_RST - default to deasserted just in case FSP |
