diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-06-24 12:17:33 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-07-30 12:17:59 +0300 |
commit | a345142d01ec22e212f82bbfbc238ba4796b6607 (patch) | |
tree | 9fb5e786b033bc3b8cbd3ff679e912a26d49f5a1 /arch/arm/boot/dts/ste-ux500-samsung-golden.dts | |
parent | 4efdd31bfd59249cf99c112b797baf90db932166 (diff) | |
download | linux-a345142d01ec22e212f82bbfbc238ba4796b6607.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/ste-ux500-samsung-golden.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-ux500-samsung-golden.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-ux500-samsung-golden.dts b/arch/arm/boot/dts/ste-ux500-samsung-golden.dts index 40df7c61bf69..ee6379ab688c 100644 --- a/arch/arm/boot/dts/ste-ux500-samsung-golden.dts +++ b/arch/arm/boot/dts/ste-ux500-samsung-golden.dts @@ -145,6 +145,8 @@ non-removable; cap-mmc-highspeed; mmc-ddr-1_8v; + no-sdio; + no-sd; vmmc-supply = <&vmem_3v3>; |