diff options
author | Peng Ma <peng.ma@nxp.com> | 2019-03-27 09:23:23 +0000 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-05-23 19:53:09 +0530 |
commit | 1ee494291880fd51ef0c5f7342e072bdb069d7ff (patch) | |
tree | 330fe439ce97366438474829c8f2f3d3a65ab797 /drivers/ata/fsl_sata.h | |
parent | ad9f2be3348c088e7839fd3598db3b352060bff1 (diff) | |
download | u-boot-1ee494291880fd51ef0c5f7342e072bdb069d7ff.tar.gz |
ata: fsl_ahci: Add sata DM support for Freescale powerpc socs
This patch is to support Freescale sata driver with dts initialized.
Also resolved the following problems.
===================== WARNING ======================
This board does not use CONFIG_DM_SCSI. Please update
the storage controller to use CONFIG_DM_SCSI before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================
Signed-off-by: Peng Ma <peng.ma@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'drivers/ata/fsl_sata.h')
-rw-r--r-- | drivers/ata/fsl_sata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/fsl_sata.h b/drivers/ata/fsl_sata.h index 1e2da10b02..a4ee83d187 100644 --- a/drivers/ata/fsl_sata.h +++ b/drivers/ata/fsl_sata.h @@ -312,6 +312,7 @@ typedef struct fsl_sata { int wcache; int flush; int flush_ext; + u32 dma_flag; } fsl_sata_t; #define READ_CMD 0 |