Re: [U-Boot] [PATCH v2] x86: edison: Enable SD slot

2019-07-11 Thread Bin Meng
On Fri, Jul 12, 2019 at 10:42 AM Bin Meng wrote: > > On Wed, Jun 26, 2019 at 4:52 AM Andy Shevchenko > wrote: > > > > Enable SD slot on Intel Edison platform. > > > > By default firmware doesn't put device on active state. Thus, > > we have to do this explicitly. > > > > Signed-off-by: Andy Shevc

Re: [U-Boot] [PATCH v2] x86: edison: Enable SD slot

2019-07-11 Thread Bin Meng
On Wed, Jun 26, 2019 at 4:52 AM Andy Shevchenko wrote: > > Enable SD slot on Intel Edison platform. > > By default firmware doesn't put device on active state. Thus, > we have to do this explicitly. > > Signed-off-by: Andy Shevchenko > --- > - fix conflict when applying patch > arch/x86/dts/edis

[U-Boot] [PATCH v2] x86: edison: Enable SD slot

2019-06-25 Thread Andy Shevchenko
Enable SD slot on Intel Edison platform. By default firmware doesn't put device on active state. Thus, we have to do this explicitly. Signed-off-by: Andy Shevchenko --- - fix conflict when applying patch arch/x86/dts/edison.dts | 5 - board/intel/edison/edison.c | 10 ++ config