without patch, we enable SDMMC3 function in u-boot on nano-4g works fine,
only need to add sdhci@700b0400 in devicetree and turn on pmic power in pin_mux_mmc function
val = 0xF2;
ret = dm_i2c_write(dev, MAX77620_CNFG1_L6_REG, &val, 1);
if (ret) {
printf(“i2c_write 0 0x3c 0x2f failed: %d\n”, ret);
}
With TX2-NX , we also add sdhci into devicetree ,
but I don’t think SDMMC3 use the same LDO6 as nano does.
To measure SDMMC3 bus , there is no voltage on sdio (all at low voltage status).
Do anything missing on porting sdmmc3 on TX2-NX u-boot?