Hi @Sadatan123!
Try modifying the u-boot device tree too.
in node usdhc2 add the line:
pinctrl-assert-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
and finishing add the next line to all pinctrl of usdhc2 :
MX8MM_IOMUXC_GPIO1_IO04_GPIO1_IO4 0x1d0
After those changed the voltage should be 1.8v too in u-boot stage;