Dear all,
I have a custom board and I can not enable sdmmc3 sd card slot with TX2 NX module. But I can enable sdmmc3 success with Xavier NX in the same board. I use GPIO 7 be sd detect pin.
sdmmc3: sdhci@3440000 {
mmc-ocr-mask = <0x0>;
cd-inverted;
cd-gpios = <&tegra_aon_gpio TEGRA_AON_GPIO(U, 0) 0>; // I also try &tegre_main_gpio, but not work.
nvidia,cd-wakeup-capable;
mmc-ocr-mask = <0>;
cd-inverted;
vmmc-supply = <&spmic_sd3>;
status = "okay";
};
Can not find sd card:
Full log:
dmesg.log (60.3 KB)
Full dts:
output.dts (241.2 KB)