From 71fb18149a5e781b6cf6b2be9ea3727d772cdd38 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Thu, 6 Apr 2017 16:59:24 +0800 Subject: MLK-12527-5 android: Miss pad setting for button The button pad setting is missed during cherry-pick. Signed-off-by: Ye Li --- board/freescale/mx7dsabresd/mx7dsabresd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/freescale/mx7dsabresd/mx7dsabresd.c b/board/freescale/mx7dsabresd/mx7dsabresd.c index fec4d1c..85e6fca 100644 --- a/board/freescale/mx7dsabresd/mx7dsabresd.c +++ b/board/freescale/mx7dsabresd/mx7dsabresd.c @@ -56,6 +56,8 @@ DECLARE_GLOBAL_DATA_PTR; #define NAND_PAD_READY0_CTRL (PAD_CTL_DSE_3P3V_49OHM | PAD_CTL_PUS_PU5KOHM) +#define BUTTON_PAD_CTRL (PAD_CTL_PUS_PU5KOHM | PAD_CTL_DSE_3P3V_98OHM) + #define EPDC_PAD_CTRL 0x0 int dram_init(void) -- cgit v1.1