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>
This commit is contained in:
Tony Lindgren 2023-08-02 10:49:57 +03:00
commit 27c146e3de
1 changed files with 2 additions and 0 deletions

View File

@ -2142,6 +2142,8 @@ static int sysc_reset(struct sysc *ddata)
sysc_val = sysc_read_sysconfig(ddata);
sysc_val |= sysc_mask;
sysc_write(ddata, sysc_offset, sysc_val);
/* Flush posted write */
sysc_val = sysc_read_sysconfig(ddata);
}
if (ddata->cfg.srst_udelay)