Thanks for reply,
yes , we have add mmc related changes in dts file.
Below are the changes related to eMMC. please have a look.
Included DTSI files are:
#include "imx8dx.dtsi"
#include "imx8x-mek.dtsi"
This is the USDHC1 node which we are adding into our dts file.
&usdhc1 {
pinctrl-names = "default", "state_100mhz", "state_200mhz";
pinctrl-0 = <&pinctrl_usdhc1>;
pinctrl-1 = <&pinctrl_usdhc1_100mhz>;
pinctrl-2 = <&pinctrl_usdhc1_200mhz>;
bus-width = <8>;
non-removable;
status = "okay";
};
Kindly let me know is something we are missing in our dts file.