@@ -119,10 +119,13 @@
bus-width = <4>;
cap-sd-highspeed;
cap-mmc-highspeed;
+ full-pwr-cycle;
signal-direction = <(MCI_ST_DATA2DIREN |
MCI_ST_CMDDIREN |
MCI_ST_DATA0DIREN |
MCI_ST_FBCLKEN)>;
+ sd-uhs-sdr12;
+ sd-uhs-sdr25;
vmmc-supply = <&ab8500_ldo_aux3_reg>;
vqmmc-supply = <&vmmci>;
pinctrl-names = "default", "sleep";
@@ -137,6 +140,7 @@
arm,primecell-periphid = <0x10480180>;
max-frequency = <100000000>;
bus-width = <4>;
+ non-removable;
pinctrl-names = "default", "sleep";
pinctrl-0 = <&sdi1_default_mode>;
pinctrl-1 = <&sdi1_sleep_mode>;
@@ -150,6 +154,7 @@
max-frequency = <100000000>;
bus-width = <8>;
cap-mmc-highspeed;
+ non-removable;
pinctrl-names = "default", "sleep";
pinctrl-0 = <&sdi2_default_mode>;
pinctrl-1 = <&sdi2_sleep_mode>;
@@ -163,6 +168,7 @@
max-frequency = <100000000>;
bus-width = <8>;
cap-mmc-highspeed;
+ non-removable;
vmmc-supply = <&ab8500_ldo_aux2_reg>;
pinctrl-names = "default", "sleep";
pinctrl-0 = <&sdi4_default_mode>;
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> --- arch/arm/boot/dts/ste-href.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)