/* SD1 with level shifter */
 &sdhci1 {
        status = "okay";
+       /*
+        * This property should be removed for supporting UHS mode
+        */
+       no-1-8-v;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_sdhci1_default>;
        xlnx,mio-bank = <1>;
 
 /* SD1 with level shifter */
 &sdhci1 {
        status = "okay";
+       /*
+        * 1.0 revision has level shifter and this property should be
+        * removed for supporting UHS mode
+        */
        no-1-8-v;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_sdhci1_default>;
 
 /* SD1 with level shifter */
 &sdhci1 {
        status = "okay";
+       /*
+        * This property should be removed for supporting UHS mode
+        */
        no-1-8-v;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_sdhci1_default>;
 
        status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_sdhci1_default>;
-       no-1-8-v;
        disable-wp;
+       /*
+        * This property should be removed for supporting UHS mode
+        */
+       no-1-8-v;
        xlnx,mio-bank = <1>;
 };