Sdmmc3 sdxc not detected at boot

Hello all,
I use a custom board that uses the similar configuration as the one in my previous problem with sd.

	sdhci@3440000 {
		mmc-ocr-mask = <0x0>;
		cd-gpios = <&tegra_aon_gpio TEGRA194_AON_GPIO(CC, 1) 0>;
		nvidia,cd-wakeup-capable;
		cd-inverted;
		vmmc-supply = <&p3668_vdd_sdmmc3_sw>;
// I tried those below, found on nvidia forums
                //nvidia,vmmc-always-on;
		// max-clk-limit = <400000>;
		// sd-uhs-sdr104;
 		// sd-uhs-sdr50;
 		// sd-uhs-sdr25;
 		// sd-uhs-sdr12;
 		// mmc-ddr-1_8v;
 		// mmc-hs200-1_8v;
 		// no-sdio;
 		// no-mmc;

		status = "okay";
	};

Some of the sd cards are not detected at boot, here are their parameters:

Good card, detected at boot:
sdhc, u1, uhs-i, c10, 32GB, Goodram

Bad card, not detected at boot:
sdxc, u1, uhs-a1, c10, 128GB, SanDisk

As I said, the SanDisk is not detected at boot, however if I plug it out and in, it works fine. Any ideas?

Bes regards

Please add them back.

// sd-uhs-sdr104;
 		// sd-uhs-sdr50;
 		// sd-uhs-sdr25;
 		// sd-uhs-sdr12;
 		// mmc-ddr-1_8v;
 		// mmc-hs200-1_8v;
 		// no-sdio;
 		// no-mmc;

Also, all this needs to match your hardware board design. I don’t know about your schematic, so cannot be sure this is really correct.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.