Skip to content

Integrate meta-seco-imx/linux-seco-imx/seco_lf-5.10.y-ahci

Commit: edgehog/layers/seco/meta-seco-imx@fa971850

Integrate linux-seco-imx/seco_lf-5.10.y-ahci

--

Commit: edgehog/bsp/nxp/linux-seco-imx@14e62810

[DRIVER] ata: ahci-imx: register driver at late_initcall

If SATA probes before PCIe, the interface does not come up. We workaround this issue by registering the driver later, using late_initcall.

--

Commit: edgehog/bsp/nxp/linux-seco-imx@a3f74aa2

ata: ahci-imx: Fix MODULE_ALIAS

'ahci:' is an invalid prefix, preventing the module from autoloading. Fix this by using the 'platform:' prefix and DRV_NAME.

REFERENCE: https://github.com/nxp-imx/linux-imx/commit/979556f1521a835a059de3b117b9c6c6642c7d58

Merge request reports