soc/qualcomm/common/usb/qmpv4_usb_phy: Fix delay value in comment to 10 ms
`wait_us(10000, …)` is 10 ms and not 1 ms. Change-Id: I8b44e96f9611f081287413151c4294bcadf1ce5c Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89455 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
b48532c694
commit
2e92833172
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ void ss_qmp_phy_init(void)
|
|||
|
||||
/*
|
||||
* Wait for PHY initialization to be done
|
||||
* PCS_STATUS: wait for 1ms for PHY STATUS;
|
||||
* PCS_STATUS: wait for 10ms for PHY STATUS;
|
||||
* SW can continuously check for PHYSTATUS = 1.b0.
|
||||
*/
|
||||
long lock_us = wait_us(10000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue