Commit e275d21
committed
bus: ti-sysc: Fix reset status check for modules with quirks
Commit d46f9fb ("bus: ti-sysc: Use optional clocks on for enable and
wait for softreset bit") started showing a "OCP softreset timed out"
warning on enable if the interconnect target module is not out of reset.
This caused the warning to be often triggered for i2c and hdq while the
devices are working properly.
Turns out that some interconnect target modules seem to have an unusable
reset status bits unless the module specific reset quirks are activated.
Let's just skip the reset status check for those modules as we only want
to activate the reset quirks when doing a reset, and not on enable. This
way we don't see the bogus "OCP softreset timed out" warnings during boot.
Fixes: d46f9fb ("bus: ti-sysc: Use optional clocks on for enable and wait for softreset bit")
Signed-off-by: Tony Lindgren <tony@atomide.com>1 parent b69fd00 commit e275d21
2 files changed
Lines changed: 16 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
970 | 970 | | |
971 | 971 | | |
972 | 972 | | |
973 | | - | |
974 | | - | |
975 | | - | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
976 | 982 | | |
977 | 983 | | |
978 | 984 | | |
| |||
1373 | 1379 | | |
1374 | 1380 | | |
1375 | 1381 | | |
1376 | | - | |
| 1382 | + | |
1377 | 1383 | | |
1378 | | - | |
| 1384 | + | |
1379 | 1385 | | |
1380 | | - | |
| 1386 | + | |
1381 | 1387 | | |
1382 | | - | |
| 1388 | + | |
1383 | 1389 | | |
1384 | | - | |
| 1390 | + | |
1385 | 1391 | | |
1386 | | - | |
| 1392 | + | |
1387 | 1393 | | |
1388 | 1394 | | |
1389 | 1395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments