Hi,

We are using imx6Q custom platform (which is based on sabresd platform) for our development with Linux 3.14.28_1.0.0-GA BSP.

We have referred imx sata controller driver(~/linux-imx/drivers/ata/ahci_imx.c).
With below code, we believe that the imx6 SATA controller supports hot-plug.
static int ahci_imx_hotplug;
module_param_named(hotplug, ahci_imx_hotplug, int, 0644);
MODULE_PARM_DESC(hotplug, "AHCI IMX hot-plug support (0=Don't support, 1=support)");

Please let us know, the SATA hot-plug supported in this release? So that we can use in our custom platform.

Regards,
Ansari

--
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to