projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e98c67
)
ARM: dts: socfpga: enable MMC highspeed support
author
Dinh Nguyen
<dinguyen@kernel.org>
Tue, 5 Feb 2019 22:32:47 +0000
(16:32 -0600)
committer
Dinh Nguyen
<dinguyen@kernel.org>
Thu, 21 Mar 2019 15:35:49 +0000
(10:35 -0500)
Add 'cap-mmc-highspeed' property to enable high-speed support for MMC cards.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
b/arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
index
df2bab1
..
64dc079
100644
(file)
--- a/
arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
+++ b/
arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
@@
-9,6
+9,7
@@
&mmc {
status = "okay";
cap-sd-highspeed;
+ cap-mmc-highspeed;
broken-cd;
bus-width = <4>;
};