diff options
author | Ye Li <ye.li@nxp.com> | 2017-04-06 16:59:24 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-06 16:59:24 +0800 |
commit | 71fb18149a5e781b6cf6b2be9ea3727d772cdd38 (patch) | |
tree | 75bcf1d55aa5c3279df5ffef349dcf59fd866a39 | |
parent | 4149918c1894199ec4052f99d741f821c0d02435 (diff) | |
download | u-boot-imx-71fb18149a5e781b6cf6b2be9ea3727d772cdd38.zip u-boot-imx-71fb18149a5e781b6cf6b2be9ea3727d772cdd38.tar.gz u-boot-imx-71fb18149a5e781b6cf6b2be9ea3727d772cdd38.tar.bz2 |
MLK-12527-5 android: Miss pad setting for button
The button pad setting is missed during cherry-pick.
Signed-off-by: Ye Li <ye.li@nxp.com>
-rw-r--r-- | board/freescale/mx7dsabresd/mx7dsabresd.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) |