Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109312985
D30292.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
436 B
Referenced Files
None
Subscribers
None
D30292.diff
View Options
diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c
--- a/sys/dev/mmc/host/dwmmc.c
+++ b/sys/dev/mmc/host/dwmmc.c
@@ -892,6 +892,8 @@
dprintf("Setting up clk %u bus_width %d, timming: %d\n",
ios->clock, ios->bus_width, ios->timing);
+ mmc_fdt_set_power(&sc->mmc_helper, ios->power_mode);
+
if (ios->bus_width == bus_width_8)
WRITE4(sc, SDMMC_CTYPE, SDMMC_CTYPE_8BIT);
else if (ios->bus_width == bus_width_4)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 4, 10:49 AM (20 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16452240
Default Alt Text
D30292.diff (436 B)
Attached To
Mode
D30292: mmc: dwmmc: Call mmc_fdt_set_power
Attached
Detach File
Event Timeline
Log In to Comment