mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-09 15:51:13 -04:00
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:
@@ -163,6 +163,8 @@ mmc@80005000 {
|
||||
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 @@ mmc@80114000 {
|
||||
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 @@ mmc@80114000 {
|
||||
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 @@ mmc@80005000 {
|
||||
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 @@ mmc@80005000 {
|
||||
non-removable;
|
||||
cap-mmc-highspeed;
|
||||
mmc-ddr-1_8v;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
|
||||
vmmc-supply = <&vmem_3v3>;
|
||||
|
||||
|
||||
@@ -420,6 +420,8 @@ mmc@80005000 {
|
||||
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 @@ mmc@80005000 {
|
||||
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>;
|
||||
|
||||
Reference in New Issue
Block a user