Commit 3635582cf81fd59f71b714c37a50abce56973ef2

Authored by Ye Li
1 parent b505caa5b8

MLK-14877 DTB: mx6sllevk: Fix usdhc2 property issue

For eMMC, should using "non-removable" property, not "no-removable",
this cause USDHC driver has problem in get_cd, then switching to eMMC will
always show no card present.

Signed-off-by: Ye Li <ye.li@nxp.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/dts/imx6sll-evk.dts
... ... @@ -759,7 +759,7 @@
759 759 pinctrl-2 = <&pinctrl_usdhc2_200mhz>;
760 760 vqmmc-supply = <&reg_sd2_vmmc>;
761 761 bus-width = <8>;
762   - no-removable;
  762 + non-removable;
763 763 status = "okay";
764 764 };
765 765