Marvell 88SE9170 support with IMX

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Marvell 88SE9170 support with IMX

Jump to solution
1,816 Views
dabrain
Contributor I

Dear all,

Is there someone who succeeded to support marvell 88SE9170 chip in order to provide additional SATA port using PICe.

Indeed i'm using an IMX6q and the imx6 sdk test does not succeed to init the PCIe port with this device plugged in.

Any help would be appreciated.

Stephane

Labels (2)
0 Kudos
1 Solution
1,130 Views
igorpadykov
NXP Employee
NXP Employee

Hi Cerveau

seems 88SE9170 is supported on linux, so one can try with linux

[PATCH] ahci: add PCI ID for Marvell 88SE9170 SATA controller (Linux IDE and SATA Storage)

as for SDK - it is used just for basic testing, one can only test if it is detected by i.MX6 PCIe

module.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
1,131 Views
igorpadykov
NXP Employee
NXP Employee

Hi Cerveau

seems 88SE9170 is supported on linux, so one can try with linux

[PATCH] ahci: add PCI ID for Marvell 88SE9170 SATA controller (Linux IDE and SATA Storage)

as for SDK - it is used just for basic testing, one can only test if it is detected by i.MX6 PCIe

module.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos
1,130 Views
dabrain
Contributor I

Thanks for you answer.

After some investigation, I have been able to make it work by avoiding the pci uboot init.

Indeed this chip does not support double init or need to be power on/off with gpio.

Anyway thx for your help.

0 Kudos