]> git.ipfire.org Git - people/ms/u-boot.git/commit
sunxi: SATA link timeout fix
authorWerner Böllmann <Werner.Boellmann@fh-dortmund.de>
Fri, 10 Nov 2017 13:44:20 +0000 (19:14 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 10 Nov 2017 13:51:24 +0000 (19:21 +0530)
commit8e2c2d413c37b7fd13641730b706774c08982f0f
treef6d522094258cb4465b21bf53c9fcdbe48bbe68c
parent13ae2a40e7d458ad0c2961359c346578a305263d
sunxi: SATA link timeout fix

After updating u-boot from v2016.01 to 2017.09, issue with
"SATA link 0 timeout." on my Cubietruck board.

mdelay milled after moving satapwr code to board.
"sunxi: Turn satapwr on from board_init"
(sha1: 9fbb0c3aa49f4604b0342cb527a6bd099f92eaeb)

After adding the "mdelay(500);"
line that was lost in the path the error is gone.

Signed-off-by: Werner Böllmann <Werner.Boellmann@fh-dortmund.de>
[Rebased and updated change and commit message]
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
board/sunxi/board.c