summaryrefslogtreecommitdiff
path: root/board/sasuke/gpio.inc
diff options
context:
space:
mode:
authorYongBeum.Ha <ybha@samsung.corp-partner.google.com>2021-01-21 16:54:29 +0900
committerCommit Bot <commit-bot@chromium.org>2021-01-22 17:19:26 +0000
commit22c91115c6cf38db60410a2ee1bbeb6fc082223d (patch)
tree6c5d1b29e2625eb12095c71e37d2c31246421e62 /board/sasuke/gpio.inc
parent78aa2873a070efd2e97c3605297cd4752be98457 (diff)
downloadchrome-ec-22c91115c6cf38db60410a2ee1bbeb6fc082223d.tar.gz
sasuke : change LED gpio setting
Change LED Gpio Setting from Open drain to push-pull BUG=b:178061638 BRANCH=None TEST=make -j BOARD=sasuke Signed-off-by: YongBeum.Ha <ybha@samsung.corp-partner.google.com> Change-Id: I29207281b05128b6db9abfcc8129293c693da109 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2641713 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board/sasuke/gpio.inc')
-rw-r--r--board/sasuke/gpio.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/sasuke/gpio.inc b/board/sasuke/gpio.inc
index fdd8657b68..1712822536 100644
--- a/board/sasuke/gpio.inc
+++ b/board/sasuke/gpio.inc
@@ -61,9 +61,9 @@ GPIO(EN_SLP_Z, PIN(8, 3), GPIO_OUT_LOW)
GPIO(EN_BL_OD, PIN(D, 3), GPIO_ODR_LOW)
GPIO(IMVP9_PE, PIN(E, 0), GPIO_OUT_LOW)
GPIO(ECH1_PACKET_MODE, PIN(7, 5), GPIO_OUT_LOW)
-GPIO(LED_R_ODL, PIN(C, 4), GPIO_ODR_HIGH)
-GPIO(LED_G_ODL, PIN(C, 3), GPIO_ODR_HIGH)
-GPIO(LED_B_ODL, PIN(C, 2), GPIO_ODR_HIGH)
+GPIO(LED_R_ODL, PIN(C, 4), GPIO_OUT_HIGH)
+GPIO(LED_G_ODL, PIN(C, 3), GPIO_OUT_HIGH)
+GPIO(LED_B_ODL, PIN(C, 2), GPIO_OUT_HIGH)
/* Power Sequencing */
GPIO(EC_AP_PSYS, PIN(B, 7), GPIO_OUT_LOW)