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

2019-03-16 Thread Chris Packham
On Sat, Mar 16, 2019 at 8:07 PM Chris Packham wrote: > > On Fri, Mar 15, 2019 at 6:56 PM Stefan Roese wrote: > > > > On 14.03.19 17:37, Влад Мао wrote: > > > I found mismatched entries in DTS: > > > > > > In armada-388-clearfog.dts: > > > > > > pcie-controller { > > >

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

2019-03-16 Thread Chris Packham
On Fri, Mar 15, 2019 at 6:56 PM Stefan Roese 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: > > > >

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

2019-03-14 Thread Stefan Roese
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

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

2019-03-14 Thread Влад Мао
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.

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

2019-03-13 Thread Владислав
Hello. I have trouble with pci-e on Clearfog Base board. In PCI-E slot inserted video card. In linux its work and detect perfectly. But in U-boot command pci shows nothing. Comands to reproduce: make