Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
6105c4f8
Unverified
Commit
6105c4f8
authored
Mar 11, 2019
by
Dimitris Papastamos
Committed by
GitHub
Mar 11, 2019
Browse files
Merge pull request #1872 from Yann-lms/ocr_voltage
mmc: stm32_sdmmc2: fill ocr_voltage
parents
c48d02ba
b248bb4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/st/mmc/stm32_sdmmc2.c
View file @
6105c4f8
...
...
@@ -723,6 +723,7 @@ int stm32_sdmmc2_mmc_init(struct stm32_sdmmc2_params *params)
mdelay
(
1
);
sdmmc2_params
.
clk_rate
=
stm32mp_clk_get_rate
(
sdmmc2_params
.
clock_id
);
sdmmc2_params
.
device_info
->
ocr_voltage
=
OCR_3_2_3_3
|
OCR_3_3_3_4
;
return
mmc_init
(
&
stm32_sdmmc2_ops
,
sdmmc2_params
.
clk_rate
,
sdmmc2_params
.
bus_width
,
sdmmc2_params
.
flags
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment