ata: sata_sil: Add DM support for Silicon sata driver
authorPeng Ma <peng.ma@nxp.com>
Tue, 19 Nov 2019 06:17:40 +0000 (06:17 +0000)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 19 Nov 2019 08:41:44 +0000 (14:11 +0530)
commit6b9d8a70afd0a9a0737391af21415613ee810fdc
tree654d6602d1d87a4465199758c0a289bca419dc49
parente08b5b1465bd9e5478cd9bac083bc4154190dcf0
ata: sata_sil: Add DM support for Silicon sata driver

Add DM support for Silicon(SIL3131 / SIL3132 / SIL3124) sata driver as
few of the PowerPC platforms such as P series based boards need to
use SATA_SIL with DM,

Also fix below warning while PowerPC P series boards compilation,

===================== WARNING ======================"
This board does use CONFIG_LIBATA but has CONFIG_AHCI not"
enabled. Please update the storage controller driver to use"
CONFIG_AHCI 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: Priyanka Jain <priyanka.jain@nxp.com>
drivers/ata/Kconfig
drivers/ata/sata_sil.c
drivers/ata/sata_sil.h