Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
6 years ago
by
Dimitris Papastamos
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
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
Showing
1 changed file
drivers/st/mmc/stm32_sdmmc2.c
+1
-0
drivers/st/mmc/stm32_sdmmc2.c
with
1 addition
and
0 deletions
+1
-0
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
,
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help