Skip to content
Commit 1eee6bb9 authored by Stanimir Varbanov's avatar Stanimir Varbanov
Browse files

venus: firmware: Correct assertion of reset bit on remote processor



Currently we use read/write_relaxed in combination with mb() to assert
reset. This looks wrong because mb() after write_relaxed() will not
order correctly load-update-store sequence. Correct this by use
readl/writel which include memory barriers.

Signed-off-by: default avatarStanimir Varbanov <stanimir.varbanov@linaro.org>
parent a837e516
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment