Re: [U-Boot] [PATCH] x86: baytrail: Add 2nd eMMC controller to the PCI probe list

2016-09-25 Thread Bin Meng
Hi Stefan, On Mon, Sep 26, 2016 at 2:39 PM, Stefan Roese wrote: > Hi Bin, > > On 26.09.2016 08:33, Bin Meng wrote: >> >> On Fri, Sep 16, 2016 at 8:37 PM, Stefan Roese wrote: >>> >>> With this addition, the eMMC device available on the congatec and DFI >>> BayTrail SoM is detected correctly. >>>

Re: [U-Boot] [PATCH] x86: baytrail: Add 2nd eMMC controller to the PCI probe list

2016-09-25 Thread Stefan Roese
Hi Bin, On 26.09.2016 08:33, Bin Meng wrote: On Fri, Sep 16, 2016 at 8:37 PM, Stefan Roese wrote: With this addition, the eMMC device available on the congatec and DFI BayTrail SoM is detected correctly. Signed-off-by: Stefan Roese Cc: Simon Glass Cc: Bin Meng --- arch/x86/cpu/baytrail/va

Re: [U-Boot] [PATCH] x86: baytrail: Add 2nd eMMC controller to the PCI probe list

2016-09-25 Thread Bin Meng
Hi Stefan, On Fri, Sep 16, 2016 at 8:37 PM, Stefan Roese wrote: > With this addition, the eMMC device available on the congatec and DFI > BayTrail SoM is detected correctly. > > Signed-off-by: Stefan Roese > Cc: Simon Glass > Cc: Bin Meng > --- > arch/x86/cpu/baytrail/valleyview.c | 1 + > in

[U-Boot] [PATCH] x86: baytrail: Add 2nd eMMC controller to the PCI probe list

2016-09-16 Thread Stefan Roese
With this addition, the eMMC device available on the congatec and DFI BayTrail SoM is detected correctly. Signed-off-by: Stefan Roese Cc: Simon Glass Cc: Bin Meng --- arch/x86/cpu/baytrail/valleyview.c | 1 + include/pci_ids.h | 1 + 2 files changed, 2 insertions(+) diff --gi