ARM: dts: ux500: Flag eMMCs as non-SDIO/SD
We use the no-sdio and no-sd flags to indicate that these eMMCs are neither, so that the operating system can skip trying to identify them as SDIO or SD during boot, which just takes time. Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
4efdd31bfd
commit
a345142d01
6 changed files with 14 additions and 0 deletions
|
|
@ -163,6 +163,8 @@
|
|||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
non-removable;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
vmmc-supply = <&db8500_vsmps2_reg>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <&mc2_a_1_default>;
|
||||
|
|
@ -178,6 +180,8 @@
|
|||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
non-removable;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
vmmc-supply = <&ab8500_ldo_aux2_reg>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <&mc4_a_1_default>;
|
||||
|
|
|
|||
|
|
@ -267,6 +267,8 @@
|
|||
max-frequency = <100000000>;
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
vmmc-supply = <&ab8500_ldo_aux2_reg>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <&mc4_a_1_default>;
|
||||
|
|
|
|||
|
|
@ -378,6 +378,8 @@
|
|||
non-removable;
|
||||
cap-mmc-highspeed;
|
||||
mmc-ddr-1_8v;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
vmmc-supply = <&ldo_3v3_reg>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <&mc2_a_1_default>;
|
||||
|
|
|
|||
|
|
@ -145,6 +145,8 @@
|
|||
non-removable;
|
||||
cap-mmc-highspeed;
|
||||
mmc-ddr-1_8v;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
|
||||
vmmc-supply = <&vmem_3v3>;
|
||||
|
||||
|
|
|
|||
|
|
@ -420,6 +420,8 @@
|
|||
non-removable;
|
||||
cap-mmc-highspeed;
|
||||
mmc-ddr-1_8v;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
vmmc-supply = <&ldo_3v3_reg>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <&mc2_a_1_default>;
|
||||
|
|
|
|||
|
|
@ -230,6 +230,8 @@
|
|||
non-removable;
|
||||
cap-mmc-highspeed;
|
||||
mmc-ddr-1_8v;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
vmmc-supply = <&ldo_3v3_reg>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <&mc2_a_1_default>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue