[PATCH 1/1] doc: driver-model: there is no UCLASS_SATA

Heinrich Schuchardt xypron.glpk at gmx.de
Wed May 20 23:27:27 CEST 2020


%s/UCLASS_SATA/UCLASS_AHCI/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 doc/driver-model/design.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/driver-model/design.rst b/doc/driver-model/design.rst
index 635effcef6..9e9272777d 100644
--- a/doc/driver-model/design.rst
+++ b/doc/driver-model/design.rst
@@ -613,7 +613,7 @@ be connected on a SATA bus or standalone with no bus::
    xhci_usb (UCLASS_USB)
       flash (UCLASS_FLASH_STORAGE)  - parent data/methods defined by USB bus

-   sata (UCLASS_SATA)
+   sata (UCLASS_AHCI)
       flash (UCLASS_FLASH_STORAGE)  - parent data/methods defined by SATA bus

    flash (UCLASS_FLASH_STORAGE)  - no parent data/methods (not on a bus)
--
2.26.2



More information about the U-Boot mailing list