mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
stm32mp1: ram: update mask for operating mode
Regression introduced by rebase, when loop was replaced by readl_poll_timeout() function. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
66dba9a18b
commit
c3ec370aed
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ static void wait_operating_mode(struct ddr_info *priv, int mode)
|
|||
/* self-refresh due to software => check also STAT.selfref_type */
|
||||
if (mode == DDRCTRL_STAT_OPERATING_MODE_SR) {
|
||||
mask |= DDRCTRL_STAT_SELFREF_TYPE_MASK;
|
||||
stat |= DDRCTRL_STAT_SELFREF_TYPE_SR;
|
||||
val |= DDRCTRL_STAT_SELFREF_TYPE_SR;
|
||||
} else if (mode == DDRCTRL_STAT_OPERATING_MODE_NORMAL) {
|
||||
/* normal mode: handle also automatic self refresh */
|
||||
mask2 = DDRCTRL_STAT_OPERATING_MODE_MASK |
|
||||
|
|
Loading…
Add table
Reference in a new issue