Home
last modified time | relevance | path

Searched hist:c133c503ac9e037ccbc1b7a37c07c4068b32d802 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/compulab/cm_fx6/
H A Dcm_fx6.cc133c503ac9e037ccbc1b7a37c07c4068b32d802 Thu Jun 16 12:02:56 UTC 2016 Christopher Spinrath <christopher.spinrath@rwth-aachen.de> 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>