diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-10-13 13:57:16 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-22 14:44:02 -0400 |
commit | 1ed0f85fafcbc466081deb7640a62e0a603ba8e0 (patch) | |
tree | 055b2f2a2f5beb9cdb319c709baf810df463774b /board/ti/am335x/mux.c | |
parent | eae7ae18533550b61a9d459deafaeeb460dcf6b7 (diff) | |
download | u-boot-imx-1ed0f85fafcbc466081deb7640a62e0a603ba8e0.zip u-boot-imx-1ed0f85fafcbc466081deb7640a62e0a603ba8e0.tar.gz u-boot-imx-1ed0f85fafcbc466081deb7640a62e0a603ba8e0.tar.bz2 |
drivers: gpio: omap: add support for parsing additional gpio parameters
With DM_GPIO, gpio parameters like ACTIVE_(LOW/HIGH) are to be
parsed in xlate gpio drivers-ops. Since xlate is not implemented
in omap_gpio driver, the driver considers all gpio to be
ACTIVE_HIGH which is the default case and fails to return actual
gpio status for ACTIVE_LOW gpios. So adding .xlate ops to
omap_gpio.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/ti/am335x/mux.c')
0 files changed, 0 insertions, 0 deletions