[U-Boot] Clearfog Base PCI-E not working

I found mismatched entries in DTS:
In armada-388-clearfog.dts:
pcie-controller { status = "okay";
But in armada-385.dtsi we have:
pciec: pcie { compatible = "marvell,armada-370-pcie";
After fixing it, PCIE does show up as expected.

On 14.03.19 17:37, Влад Мао wrote:
I found mismatched entries in DTS:
In armada-388-clearfog.dts:
pcie-controller { status = "okay";
But in armada-385.dtsi we have:
pciec: pcie { compatible = "marvell,armada-370-pcie";
After fixing it, PCIE does show up as expected.
Thanks for spotting this. Could you please send a proper patch to fix this to the list?
Thanks, Stefan

On Fri, Mar 15, 2019 at 6:56 PM Stefan Roese sr@denx.de wrote:
On 14.03.19 17:37, Влад Мао wrote:
I found mismatched entries in DTS:
In armada-388-clearfog.dts:
pcie-controller { status = "okay";
But in armada-385.dtsi we have:
pciec: pcie { compatible = "marvell,armada-370-pcie";
After fixing it, PCIE does show up as expected.
Thanks for spotting this. Could you please send a proper patch to fix this to the list?
These other boards seem similarly affected.
armada-385-turris-omnia.dts armada-388-gp.dts armada-385-amc.dts armada-38x-controlcenterdc.dts
I think I must have missed them when I did the last sync with Linux.

On Sat, Mar 16, 2019 at 8:07 PM Chris Packham judge.packham@gmail.com wrote:
On Fri, Mar 15, 2019 at 6:56 PM Stefan Roese sr@denx.de wrote:
On 14.03.19 17:37, Влад Мао wrote:
I found mismatched entries in DTS:
In armada-388-clearfog.dts:
pcie-controller { status = "okay";
But in armada-385.dtsi we have:
pciec: pcie { compatible = "marvell,armada-370-pcie";
After fixing it, PCIE does show up as expected.
Thanks for spotting this. Could you please send a proper patch to fix this to the list?
These other boards seem similarly affected.
armada-385-turris-omnia.dts armada-388-gp.dts armada-385-amc.dts armada-38x-controlcenterdc.dts
I think I must have missed them when I did the last sync with Linux.
I've sent a patch for the armada-38x boards. It also appears that the armada-xp boards have a similar problem (unrelated to my syncing).
participants (3)
-
Chris Packham
-
Stefan Roese
-
Влад Мао