Hi,
Thanks for your reply.
I am working on a module based on NXP chipset AW611.
I have already tried after changing the device tree like below , but the sdio is still not getting enabled.
diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
index 13e9e844d8fe..76dd13e5da37 100644
--- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
@@ -737,12 +737,9 @@ &usdhc2 {
pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
pinctrl-1 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
pinctrl-2 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
- cd-gpios = <&gpio3 00 GPIO_ACTIVE_LOW>;
vmmc-supply = <®_usdhc2_vmmc>;
bus-width = <4>;
status = "okay";
- no-sdio;
- no-mmc;
};
&usdhc3 {
@@ -880,7 +877,7 @@ MX93_PAD_SD2_RESET_B__GPIO3_IO07 0x31e
pinctrl_usdhc2_gpio: usdhc2gpiogrp {
fsl,pins = <
- MX93_PAD_SD2_CD_B__GPIO3_IO00 0x31e
+ MX93_PAD_SD2_CD_B__USDHC2_CD_B 0x31e
>;
};
Does sdio is disabled for usdhc2 from an hardware point of view?
Where can I find the i.mx93 evk Schematics?
Best regards,
Pradeep