* [U-Boot] [PATCH] ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio @ 2015-10-13 8:32 Mugunthan V N 2015-10-15 13:05 ` Tom Rini 2015-10-22 21:23 ` [U-Boot] " Tom Rini 0 siblings, 2 replies; 3+ messages in thread From: Mugunthan V N @ 2015-10-13 8:32 UTC (permalink / raw) To: u-boot 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> --- board/ti/am335x/mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/ti/am335x/mux.c b/board/ti/am335x/mux.c index 680f656..e49fa0c 100644 --- a/board/ti/am335x/mux.c +++ b/board/ti/am335x/mux.c @@ -65,7 +65,7 @@ static struct module_pin_mux mmc0_pin_mux[] = { {OFFSET(mmc0_clk), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_CLK */ {OFFSET(mmc0_cmd), (MODE(0) | RXACTIVE | PULLUP_EN)}, /* MMC0_CMD */ {OFFSET(mcasp0_aclkr), (MODE(4) | RXACTIVE)}, /* MMC0_WP */ - {OFFSET(spi0_cs1), (MODE(5) | RXACTIVE | PULLUP_EN)}, /* MMC0_CD */ + {OFFSET(spi0_cs1), (MODE(7) | RXACTIVE | PULLUP_EN)}, /* GPIO0_6 */ {-1}, }; -- 2.6.1.133.gf5b6079 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio 2015-10-13 8:32 [U-Boot] [PATCH] ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio Mugunthan V N @ 2015-10-15 13:05 ` Tom Rini 2015-10-22 21:23 ` [U-Boot] " Tom Rini 1 sibling, 0 replies; 3+ messages in thread From: Tom Rini @ 2015-10-15 13:05 UTC (permalink / raw) To: u-boot On Tue, Oct 13, 2015 at 02:02:29PM +0530, Mugunthan V N wrote: > 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> -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151015/372331ba/attachment.sig> ^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio 2015-10-13 8:32 [U-Boot] [PATCH] ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio Mugunthan V N 2015-10-15 13:05 ` Tom Rini @ 2015-10-22 21:23 ` Tom Rini 1 sibling, 0 replies; 3+ messages in thread From: Tom Rini @ 2015-10-22 21:23 UTC (permalink / raw) To: u-boot On Tue, Oct 13, 2015 at 02:02:29PM +0530, Mugunthan V N wrote: > 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> Applied to u-boot/master, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151022/554a1108/attachment.sig> ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-22 21:23 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-10-13 8:32 [U-Boot] [PATCH] ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio Mugunthan V N 2015-10-15 13:05 ` Tom Rini 2015-10-22 21:23 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).