pinky: Force delay for EC SPI transfers
This gives the EC some time to wake-up between asserting /CS and starting a transfer. BUG=chrome-os-partner:32223 BRANCH=none TEST=verified ~100us delay using logic analyzer on Pinky Change-Id: I9874e65abd405874c43c594d8caeeff9e1300455 Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/220243 Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Alexandru Stan <amstan@chromium.org> Commit-Queue: Alexandru Stan <amstan@chromium.org> Tested-by: Alexandru Stan <amstan@chromium.org>
This commit is contained in:
parent
ec6b10e4e3
commit
bdb67fe489
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@ config EC_GOOGLE_CHROMEEC_SPI_BUS
|
|||
hex
|
||||
default 0
|
||||
|
||||
config EC_GOOGLE_CHROMEEC_SPI_WAKEUP_DELAY_US
|
||||
int
|
||||
default 100
|
||||
|
||||
config VBOOT_RAMSTAGE_INDEX
|
||||
hex
|
||||
default 0x3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue