diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-21 19:43:36 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-21 20:42:34 -0700 |
commit | 79d020ee74241251c0888a3badae9666e457eb6d (patch) | |
tree | f6f09150767519ffde7d8cfb95a5075f62f4f988 /configs | |
parent | ec4ac4e7c07fb76f8d0ae5e0f1670f6f879618a6 (diff) | |
download | u-boot-imx-79d020ee74241251c0888a3badae9666e457eb6d.zip u-boot-imx-79d020ee74241251c0888a3badae9666e457eb6d.tar.gz u-boot-imx-79d020ee74241251c0888a3badae9666e457eb6d.tar.bz2 |
rockchip: Use pwrseq for MMC start-up on jerry
This is defined in the device tree in Linux. Copy over the settings so that
this can be used instead of hard-coding the reset line.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/chromebook_jerry_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_jerry_defconfig b/configs/chromebook_jerry_defconfig index 39cd9d6..456b6ea 100644 --- a/configs/chromebook_jerry_defconfig +++ b/configs/chromebook_jerry_defconfig @@ -23,6 +23,7 @@ CONFIG_SYS_I2C_ROCKCHIP=y CONFIG_LED=y CONFIG_SPL_LED=y CONFIG_LED_GPIO=y +CONFIG_PWRSEQ=y CONFIG_RESET=y CONFIG_DM_MMC=y CONFIG_ROCKCHIP_DWMMC=y |