Re: [U-Boot] [PATCH 5/6] test: Add PCI device entry without compat string and with DT node

2018-10-07 Thread Bin Meng
Hi Marek, On Mon, Oct 8, 2018 at 12:00 AM Marek Vasut wrote: > > On 10/07/2018 02:16 PM, Bin Meng wrote: > > Hi Marek, > > > > On Sun, Oct 7, 2018 at 8:12 PM Marek Vasut wrote: > >> > >> On 10/01/2018 01:44 PM, Marek Vasut wrote: > >>> On 09/25/2018 05:26 PM, Bin Meng wrote: > Hi Marek, >

Re: [U-Boot] [PATCH 5/6] test: Add PCI device entry without compat string and with DT node

2018-10-07 Thread Marek Vasut
On 10/07/2018 02:16 PM, Bin Meng wrote: > Hi Marek, > > On Sun, Oct 7, 2018 at 8:12 PM Marek Vasut wrote: >> >> On 10/01/2018 01:44 PM, Marek Vasut wrote: >>> On 09/25/2018 05:26 PM, Bin Meng wrote: Hi Marek, On Sat, Sep 22, 2018 at 7:02 AM Marek Vasut wrote: > > Add PCI

Re: [U-Boot] [PATCH 5/6] test: Add PCI device entry without compat string and with DT node

2018-10-07 Thread Bin Meng
Hi Marek, On Sun, Oct 7, 2018 at 8:12 PM Marek Vasut wrote: > > On 10/01/2018 01:44 PM, Marek Vasut wrote: > > On 09/25/2018 05:26 PM, Bin Meng wrote: > >> Hi Marek, > >> > >> On Sat, Sep 22, 2018 at 7:02 AM Marek Vasut wrote: > >>> > >>> Add PCI entry without compatible string and with a DT

Re: [U-Boot] [PATCH 5/6] test: Add PCI device entry without compat string and with DT node

2018-10-07 Thread Marek Vasut
On 10/01/2018 01:44 PM, Marek Vasut wrote: > On 09/25/2018 05:26 PM, Bin Meng wrote: >> Hi Marek, >> >> On Sat, Sep 22, 2018 at 7:02 AM Marek Vasut wrote: >>> >>> Add PCI entry without compatible string and with a DT node only with >>> reg = <...> property into the DT. This is needed for the

Re: [U-Boot] [PATCH 5/6] test: Add PCI device entry without compat string and with DT node

2018-10-02 Thread Bin Meng
Hi Marek, On Mon, Oct 1, 2018 at 7:44 PM Marek Vasut wrote: > > On 09/25/2018 05:26 PM, Bin Meng wrote: > > Hi Marek, > > > > On Sat, Sep 22, 2018 at 7:02 AM Marek Vasut wrote: > >> > >> Add PCI entry without compatible string and with a DT node only with > >> reg = <...> property into the DT.

Re: [U-Boot] [PATCH 5/6] test: Add PCI device entry without compat string and with DT node

2018-10-01 Thread Marek Vasut
On 09/25/2018 05:26 PM, Bin Meng wrote: > Hi Marek, > > On Sat, Sep 22, 2018 at 7:02 AM Marek Vasut wrote: >> >> Add PCI entry without compatible string and with a DT node only with >> reg = <...> property into the DT. This is needed for the tests to >> verify whether such a setup creates an

Re: [U-Boot] [PATCH 5/6] test: Add PCI device entry without compat string and with DT node

2018-09-25 Thread Bin Meng
Hi Marek, On Sat, Sep 22, 2018 at 7:02 AM Marek Vasut wrote: > > Add PCI entry without compatible string and with a DT node only with > reg = <...> property into the DT. This is needed for the tests to > verify whether such a setup creates an U-Boot PCI device with the > DT node associated with

[U-Boot] [PATCH 5/6] test: Add PCI device entry without compat string and with DT node

2018-09-21 Thread Marek Vasut
Add PCI entry without compatible string and with a DT node only with reg = <...> property into the DT. This is needed for the tests to verify whether such a setup creates an U-Boot PCI device with the DT node associated with it in udevice.node. Signed-off-by: Marek Vasut Cc: Simon Glass Cc: Tom