Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: ux500: Add the mmc capabilities flags to DT

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>

+6
+6
arch/arm/boot/dts/ste-href.dtsi
··· 118 118 bus-width = <4>; 119 119 cap-sd-highspeed; 120 120 cap-mmc-highspeed; 121 + sd-uhs-sdr12; 122 + sd-uhs-sdr25; 123 + full-pwr-cycle; 121 124 st,sig-dir-dat0; 122 125 st,sig-dir-dat2; 123 126 st,sig-dir-cmd; ··· 139 136 arm,primecell-periphid = <0x10480180>; 140 137 max-frequency = <100000000>; 141 138 bus-width = <4>; 139 + non-removable; 142 140 pinctrl-names = "default", "sleep"; 143 141 pinctrl-0 = <&sdi1_default_mode>; 144 142 pinctrl-1 = <&sdi1_sleep_mode>; ··· 153 149 max-frequency = <100000000>; 154 150 bus-width = <8>; 155 151 cap-mmc-highspeed; 152 + non-removable; 156 153 pinctrl-names = "default", "sleep"; 157 154 pinctrl-0 = <&sdi2_default_mode>; 158 155 pinctrl-1 = <&sdi2_sleep_mode>; ··· 167 162 max-frequency = <100000000>; 168 163 bus-width = <8>; 169 164 cap-mmc-highspeed; 165 + non-removable; 170 166 vmmc-supply = <&ab8500_ldo_aux2_reg>; 171 167 pinctrl-names = "default", "sleep"; 172 168 pinctrl-0 = <&sdi4_default_mode>;