mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 05:04:23 +08:00
driver: ram: rockchip: rk3399: missing counter increment
If we want to check the duration we need to increment the counter. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
7a6d7d3e12
commit
2ebc80e83c
@ -1015,6 +1015,7 @@ static int switch_to_phy_index1(struct dram_info *dram,
|
||||
writel(RK_CLRSETBITS(1 << 1, 1 << 1), &dram->cic->cic_ctrl0);
|
||||
while (!(readl(&dram->cic->cic_status0) & (1 << 0))) {
|
||||
mdelay(10);
|
||||
i++;
|
||||
if (i > 10) {
|
||||
debug("index1 frequency done overtime\n");
|
||||
return -ETIME;
|
||||
|
Loading…
Reference in New Issue
Block a user