Re: [U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-16 Thread Christopher Spinrath
Hi Igor, On 06/16/2016 11:05 AM, Igor Grinberg wrote: > Hi Christopher, > > On 06/15/2016 06:38 PM, Christopher Spinrath wrote: >> Hi Nikita, >> >> On 06/15/2016 05:15 PM, Nikita Kiryanov wrote: >>> Hi CHristopher, >>> >>> On Wed, Jun 08, 2016 at 09:02:36PM +0200, Christopher Spinrath wrote:

Re: [U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-16 Thread Christopher Spinrath
Hi Nikita, On 06/16/2016 12:40 PM, Nikita Kiryanov wrote: > Hi Christopher, > > On Wed, Jun 15, 2016 at 05:38:10PM +0200, Christopher Spinrath wrote: >> Hi Nikita, >> >> On 06/15/2016 05:15 PM, Nikita Kiryanov wrote: >>> Hi CHristopher, >>> >>> On Wed, Jun 08, 2016 at 09:02:36PM +0200,

Re: [U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-16 Thread Igor Grinberg
On 06/16/2016 02:21 PM, Christopher Spinrath wrote: > Hi Igor, > > On 06/16/2016 11:05 AM, Igor Grinberg wrote: >> Hi Christopher, >> >> On 06/15/2016 06:38 PM, Christopher Spinrath wrote: >>> Hi Nikita, [...] One nit-pick below: > > Fixes: 41855186afd3 ("arm: mx6: cm-fx6:

Re: [U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-16 Thread Nikita Kiryanov
Hi Christopher, On Wed, Jun 15, 2016 at 05:38:10PM +0200, Christopher Spinrath wrote: > Hi Nikita, > > On 06/15/2016 05:15 PM, Nikita Kiryanov wrote: > > Hi CHristopher, > > > > On Wed, Jun 08, 2016 at 09:02:36PM +0200, Christopher Spinrath wrote: > >> Old revisions of Utilite (based on cmfx6)

Re: [U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-16 Thread Igor Grinberg
Hi Christopher, On 06/15/2016 06:38 PM, Christopher Spinrath wrote: > Hi Nikita, > > On 06/15/2016 05:15 PM, Nikita Kiryanov wrote: >> Hi CHristopher, >> >> On Wed, Jun 08, 2016 at 09:02:36PM +0200, Christopher Spinrath wrote: >>> Old revisions of Utilite (based on cmfx6) do not have a dedicated

Re: [U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-15 Thread Christopher Spinrath
Hi Nikita, On 06/15/2016 05:15 PM, Nikita Kiryanov wrote: > Hi CHristopher, > > On Wed, Jun 08, 2016 at 09:02:36PM +0200, Christopher Spinrath wrote: >> Old revisions of Utilite (based on cmfx6) do not have a dedicated >> card detect pin. But the card is removable by the user and card >>

Re: [U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-15 Thread Nikita Kiryanov
Hi CHristopher, On Wed, Jun 08, 2016 at 09:02:36PM +0200, Christopher Spinrath wrote: > Old revisions of Utilite (based on cmfx6) do not have a dedicated > card detect pin. But the card is removable by the user and card > detection can be realized with polling (e.g. supported by Linux). > > Add

[U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite

2016-06-08 Thread Christopher Spinrath
Old revisions of Utilite (based on cmfx6) do not have a dedicated card detect pin. But the card is removable by the user and card detection can be realized with polling (e.g. supported by Linux). Add the broken-cd property to the mmc device tree instead of the non-removable property to make card