mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
OMAP5+: sata/scsi: implement scsi_bus_reset()
Implement missing scsi_bus_reset() for SCSI subsystem commands on OMAP platforms. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Reviewed-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
1a33b7356a
commit
8decf5d4a5
1 changed files with 6 additions and 0 deletions
|
@ -85,3 +85,9 @@ void scsi_init(void)
|
|||
init_sata(0);
|
||||
scsi_scan(1);
|
||||
}
|
||||
|
||||
void scsi_bus_reset(void)
|
||||
{
|
||||
ahci_reset(DWC_AHSATA_BASE);
|
||||
ahci_init(DWC_AHSATA_BASE);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue