From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Thu, 16 Jun 2016 15:48:37 +0300 Subject: [U-Boot] [PATCH v2] ARM: board: cm-fx6: fix mmc for old revisions of utilite In-Reply-To: References: Message-ID: <5762A025.3070603@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 device tree instead of the > non-removable property to make card detection possible if polling > is supported. > > Signed-off-by: Christopher Spinrath > Acked-by: Nikita Kiryanov Acked-by: Igor Grinberg -- Regards, Igor.