]> git.ipfire.org Git - people/ms/u-boot.git/commit
highbank: add custom ahci_link_up function
authorMark Langsdorf <mark.langsdorf@gmail.com>
Thu, 4 Jun 2015 23:58:49 +0000 (00:58 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jun 2015 14:57:25 +0000 (10:57 -0400)
commitef51c416bc582f39ceab17ee7632039355091189
tree279804cc7b8f9daa2e2b898315f27e7ba8000092
parentf8b009e8b783519023ab4ee0bfff59c0eef3ffdd
highbank: add custom ahci_link_up function

The Calxeda highbank SOC needs a custom sequence to bring up SATA links,
so override ahci_link_up with custom function to handle combophy setup.

Signed-off-by: Mark Langsdorf <mark.langsdorf@gmail.com>
Signed-off-by: Richard Gibbs
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Andre Przywara <osp@andrep.de>
board/highbank/Makefile
board/highbank/ahci.c [new file with mode: 0644]
board/highbank/highbank.c