Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 004c1059 authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

ARM: bcm2835: fix mailbox timeout


My original intention was to have a 100ms timeout. However, the timer
operations used return values in ms not us, so we ended up with a 100s
timeout instead. Fixing this exposes that some operations need longer
to operate than 100ms, so bump the timeout up to a whole second.

Reported-by: default avatarAndre Heider <a.heider@gmail.com>
Reviewed-by: default avatarAndre Heider <a.heider@gmail.com>
Signed-off-by: default avatarStephen Warren <swarren@wwwdotorg.org>
parent f66f2aa2
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment