Re: [U-Boot] [PATCH V3 4/4] trats: fdt: disable unused DW MMC

2015-10-03 Thread Simon Glass
On 1 October 2015 at 08:22, Jaehoon Chung wrote: > Hi, > > On 10/01/2015 04:11 PM, Przemyslaw Marczak wrote: >> Hello Jaehoon, >> >> On 10/01/2015 05:37 AM, Jaehoon Chung wrote: >>> Hi, Przemyslaw. >>> >>> On 09/30/2015 08:14 PM, Przemyslaw Marczak wrote: This device uses SDHCI driver, for eM

Re: [U-Boot] [PATCH V3 4/4] trats: fdt: disable unused DW MMC

2015-10-01 Thread Jaehoon Chung
Hi, On 10/01/2015 04:11 PM, Przemyslaw Marczak wrote: > Hello Jaehoon, > > On 10/01/2015 05:37 AM, Jaehoon Chung wrote: >> Hi, Przemyslaw. >> >> On 09/30/2015 08:14 PM, Przemyslaw Marczak wrote: >>> This device uses SDHCI driver, for eMMC and SD cards. >>> Trying bind the DW MMC driver with fdt n

Re: [U-Boot] [PATCH V3 4/4] trats: fdt: disable unused DW MMC

2015-10-01 Thread Przemyslaw Marczak
Hello Jaehoon, On 10/01/2015 05:37 AM, Jaehoon Chung wrote: Hi, Przemyslaw. On 09/30/2015 08:14 PM, Przemyslaw Marczak wrote: This device uses SDHCI driver, for eMMC and SD cards. Trying bind the DW MMC driver with fdt node without all required properties, causes printing an error. This commi

Re: [U-Boot] [PATCH V3 4/4] trats: fdt: disable unused DW MMC

2015-09-30 Thread Jaehoon Chung
Hi, Przemyslaw. On 09/30/2015 08:14 PM, Przemyslaw Marczak wrote: > This device uses SDHCI driver, for eMMC and SD cards. > Trying bind the DW MMC driver with fdt node without all > required properties, causes printing an error. > > This commit disables the DW MMC node. Why does it need? Trats b