commit | 0cd380b86a5c8fa5b4fcad957fb732ad5d75390d | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Mar 06 11:14:06 2020 +0100 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Tue Mar 24 14:20:50 2020 +0100 |
tree | 2f17a645eba94320b64ddad092ae3c15b5d91d5c | |
parent | eed33356f93f9cbe2f4ed04639ed86ac3f513504 [diff] |
ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONE Avoid to block the tuning procedure on BIST error (not finished BIST procedure) by adding a 1000us timeout on the polling of BISTGSR.BDDONE executed to detect the end of BIST. The normal duration of the BIST test is around 5us. This patch also cleanup comments. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Acked-by: Patrice Chotard <patrice.chotard@st.com>