Skip to content

Commit 27c146e

Browse files
committed
Merge branch 'omap-for-v6.5/ti-sysc' into omap-for-v6.5/fixes
Merge in a missed change into fixes. Signed-off-by: Tony Lindgren <tony@atomide.com>
2 parents 06c2afb + 34539b4 commit 27c146e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/bus/ti-sysc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,6 +2142,8 @@ static int sysc_reset(struct sysc *ddata)
21422142
sysc_val = sysc_read_sysconfig(ddata);
21432143
sysc_val |= sysc_mask;
21442144
sysc_write(ddata, sysc_offset, sysc_val);
2145+
/* Flush posted write */
2146+
sysc_val = sysc_read_sysconfig(ddata);
21452147
}
21462148

21472149
if (ddata->cfg.srst_udelay)

0 commit comments

Comments
 (0)