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

2016-06-18 Thread Stefano Babic
On 16/06/2016 14:02, Christopher Spinrath wrote: > Old revisions of Utilite (based on cm-fx6) 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 devi

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

2016-06-16 Thread Christopher Spinrath
Old revisions of Utilite (based on cm-fx6) 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

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

2016-06-16 Thread Igor Grinberg
On 06/16/2016 03:02 PM, Christopher Spinrath wrote: > Old revisions of Utilite (based on cm-fx6) 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