]> git.sur5r.net Git - u-boot/blobdiff - board/nvidia/dalmore/pinmux-config-dalmore.h
mx23evk: Do not set voltage selection bit for SSP pads
[u-boot] / board / nvidia / dalmore / pinmux-config-dalmore.h
index 3ef6f4eaf6f39bad36cc11f6a97240cd442f0df4..8c05a1517c1171337ec7d1baa8013f509d6fb496 100644 (file)
@@ -361,4 +361,10 @@ static struct pingroup_config tegra114_pinmux_set_nontristate[] = {
 
        DEFAULT_PINMUX(SDMMC3_CD_N,     SDMMC3, UP,       NORMAL,   INPUT),
 };
+
+static struct padctrl_config dalmore_padctrl[] = {
+       /* (_padgrp, _slwf, _slwr, _drvup, _drvdn, _lpmd, _schmt, _hsm) */
+       DEFAULT_PADCFG(SDIO3, SDIOCFG_DRVUP_SLWF, SDIOCFG_DRVDN_SLWR, \
+               SDIOCFG_DRVUP, SDIOCFG_DRVDN, NONE, NONE, NONE),
+};
 #endif /* PINMUX_CONFIG_COMMON_H */