Hi,
we are using AM3352 processor and SDK-08 we are using custom board but -- Sitara Stater kit is the reference for mmc -- all PIN connections are same.
mmc1- dts file configuration:
mmc1_pins_default: pinmux_mmc1_pins {
pinctrl-single,pins = <
0x0F0 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_dat3.mmc0_dat3 */
0x0F4 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_dat2.mmc0_dat2 */
0x0F8 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_dat1.mmc0_dat1 */
0x0FC (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_dat0.mmc0_dat0 */
0x100 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_clk.mmc0_clk */
0x104 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_cmd.mmc0_cmd */ // for this pin the below error is occurring
0x1A0 (PIN_INPUT_PULLUP | MUX_MODE7) /* mcasp0_aclkr.gpio3_18 */ --// i dont know why this pin is using -- which is not related -- without this kernel is not // loading completely it is stoping before wakeup of other CPUs
0x160 (PIN_INPUT | MUX_MODE7) /* spi0_cs1.gpio0_6 */
>;
};
//-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[ 6.465273] pinctrl-single 44e10800.pinmux: pin 44e109a0.0 already requested by 44e10800.pinmux; cannot claim for 48060000.mmc
[ 6.477351] pinctrl-single 44e10800.pinmux: pin-104 (48060000.mmc) status -22
[ 6.484905] pinctrl-single 44e10800.pinmux: could not request pin 104 (44e109a0.0) from group pinmux_mmc1_pins on device pinctrl-single
[ 6.497815] omap_hsmmc 48060000.mmc: Error applying setting, reverse things back
[ 6.507277] pinctrl-single 44e10800.pinmux: pin 44e109a0.0 already requested by 44e10800.pinmux; cannot claim for 48060000.mmc
[ 6.519360] pinctrl-single 44e10800.pinmux: pin-104 (48060000.mmc) status -22
[ 6.526904] pinctrl-single 44e10800.pinmux: could not request pin 104 (44e109a0.0) from group pinmux_mmc1_pins on device pinctrl-single
[ 6.539823] omap_hsmmc 48060000.mmc: Error applying setting, reverse things back
[ 6.547642] omap_hsmmc 48060000.mmc: pins are not configured from the driver
regards,
Viswanath K.