summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Sakamoto <sakamotos@casio.co.jp>2016-06-28 18:09:36 +0900
committerShohei Sakamoto <sakamotos@casio.co.jp>2016-10-14 15:12:55 +0900
commitf73fade0a22001e174e18aaf59edd4eaf43e5d50 (patch)
tree125f31bdb3476be2cbb7b63fc93c37bba3bfc404
parentbea42ed98db159e5c5af54e55f4e1d539bc2a32a (diff)
downloadkoi-uboot-f73fade0a22001e174e18aaf59edd4eaf43e5d50.tar.gz
Fix floating of input pin and pud violation
Change-Id: I1cc92ccb0b27789c7077bb07e31172a98be9c8f1 Signed-off-by: Shohei Sakamoto <sakamotos@casio.co.jp>
-rw-r--r--board/samsung/koi/lowlevel_init.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/koi/lowlevel_init.S b/board/samsung/koi/lowlevel_init.S
index 3dbc5c6a3..982e46b7a 100644
--- a/board/samsung/koi/lowlevel_init.S
+++ b/board/samsung/koi/lowlevel_init.S
@@ -125,7 +125,7 @@ exit_wakeup:
pmic_gpio_init:
/* Disable EINT GPIO Pull-up/down */
ldr r0, =(0x11000C48)
- mov r1, #0x0
+ ldr r1, =(0x1155) @ gpx2-5, 2-7 pud disable
str r1, [r0]
/* Set PMIC WRSTBI(GPE1_1) to Output */