summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDino Li <Dino.Li@ite.com.tw>2020-10-27 17:54:25 +0800
committerCommit Bot <commit-bot@chromium.org>2020-10-27 14:44:35 +0000
commitca6368b8425548e6c3bdd67a1a0095d6a84cdc27 (patch)
tree661286bcbc8e53228c68ccc8312db1d697399cd8
parenta05f7b9f469e7c171f4a737968ab5cbd11ba1253 (diff)
downloadchrome-ec-ca6368b8425548e6c3bdd67a1a0095d6a84cdc27.tar.gz
asurada: remove declaration of EC_RST_ODL
The EC_RST_ODL was connected to EC's pin L1 (WRST#) not GPIO L1. And on IT81202 (128-pin package), GPL1 isn't bonding with pad. This declaration will cause leakage current internally. Let's remove it. BUG=none BRANCH=none TEST=build and flash asurada,check that GPL1's setting is pulldown. Signed-off-by: Dino Li <Dino.Li@ite.com.tw> Change-Id: Ia98d28221835ea4a082a041fe78359e0cf189579 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2501804 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
-rw-r--r--board/asurada/gpio.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/asurada/gpio.inc b/board/asurada/gpio.inc
index c1d8413320..11e5a57cae 100644
--- a/board/asurada/gpio.inc
+++ b/board/asurada/gpio.inc
@@ -131,9 +131,6 @@ ALTERNATE(PIN_MASK(I, 0x4F), 0, MODULE_ADC, 0) /* ADC 0,1,2,3,6 */
/* SPI */
ALTERNATE(PIN_MASK(M, 0x33), 0, MODULE_SPI, 0) /* SPI */
-/* Power Switch Logic (PSL) inputs */
-GPIO(EC_RST_ODL, PIN(L, 1), GPIO_INPUT)
-
/* Unimplemented Pins */
UNIMPLEMENTED(PCH_SMI_L)
UNIMPLEMENTED(PCH_SCI_L)