]> code.ossystems Code Review - bsp/u-boot.git/commit
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>
Sat, 18 Jun 2016 08:46:24 +0000 (10:46 +0200)
commit778ab591db9ab4f41615aa6673fe075977f50022
tree5e0d34a98379b89f0c88d95ff1373c6cb6fecebe
parent6424968e39f272aadacf3a12bd683c91289702cb
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