Hi,
I am facing issue in WiFi bring up with Jetson Xavier NX module.
For wifi module it is needed to set 1.8V at sdio pins. By using below dts file it is succesfully done but with this system does not boot completely.
I have defined dts for sdmmc3 like this,
sdhci@3440000 {
mmc-ocr-mask = <0x0>;
cd-inverted;
cd-gpios = <&tegra_main_gpio TEGRA194_MAIN_GPIO(Q, 2) 0>;
nvidia,cd-wakeup-capable;
nvidia,vmmc-always-on;
mmc-ocr-mask = <0>;
cd-inverted;
vmmc-supply = <&p3668_vdd_sdmmc1_sw>;
status = “okay”;
};
for this boot logs are… log.txt (29.0 KB)
Here I am not getting reason behind it. did i miss anything in the dts
Hello, I have to test SDIO interface which is with M.2 Key E socket. So Currently I was able to detect 1.8v on that port using below dts file configurations, but there is no sdio card detected. I am attaching the dmesg kernel logs here. nx_log.txt (68.0 KB)