ARM: board: cm-fx6: fix mmc for old revisions of utilite
authorChristopher Spinrath <christopher.spinrath@rwth-aachen.de>
Thu, 16 Jun 2016 12:02:56 +0000 (14:02 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Jul 2016 15:58:48 +0000 (17:58 +0200)
commitc133c503ac9e037ccbc1b7a37c07c4068b32d802
tree9dde84618566416f32959e6e6fd2653eac9aa18d
parentc1ebf54868359005c32944c1473668d5fcaca158
ARM: board: cm-fx6: fix mmc for old revisions of utilite

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 detection possible if polling
is supported.

Signed-off-by: Christopher Spinrath <christopher.spinrath@rwth-aachen.de>
Acked-by: Nikita Kiryanov <nikita@compulab.co.il>
board/compulab/cm_fx6/cm_fx6.c