commit | ef35496eb753b17bc5275a4423a0391ebe286ab7 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Feb 06 11:31:43 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Feb 09 20:37:06 2017 +0900 |
tree | c3667e90cb45816db0d1f0f1690f8a3e33167382 | |
parent | 07ef2076e6c06b692be13bdbac8d9a992036f00f [diff] |
drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36xx On the OMAP36xx/37xx the CONTROL_WKUP_CTRL register has a field (bit 6) named GPIO_IO_PWRDNZ. If 0, the IO buffers which are related to GPIO_126, 127 and 129 are disabled. Some boards may need this for MMC. After the PBIAS is configured, this bit should be set high to enable these GPIO pins. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>