]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio
authorMugunthan V N <mugunthanvnm@ti.com>
Tue, 13 Oct 2015 08:32:29 +0000 (14:02 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 22 Oct 2015 18:44:03 +0000 (14:44 -0400)
commit9f13b6d147dc74f2400ce18d9d4005ba53f21fd3
tree4731dbe1c7371c0c797641d9e755a93e614ec930
parent1ed0f85fafcbc466081deb7640a62e0a603ba8e0
ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio

Currently omap_hsmmc driver doesn't use sdcd pin to detect
whether the card is present or not. Instead the same pin is used
as GPIO to detect card presence. So change the pin mux mode from
mmc0_sdcd to gpio0_6.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
board/ti/am335x/mux.c