From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C4049C05027 for ; Wed, 8 Feb 2023 19:15:07 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9DC9085F16; Wed, 8 Feb 2023 20:15:04 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=grimler.se Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; secure) header.d=grimler.se header.i=@grimler.se header.b="XIRIX1j6"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5859585F1B; Wed, 8 Feb 2023 20:15:02 +0100 (CET) Received: from out-103.mta1.migadu.com (out-103.mta1.migadu.com [95.215.58.103]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 619D385EAA for ; Wed, 8 Feb 2023 20:14:59 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=grimler.se Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=henrik@grimler.se Date: Wed, 8 Feb 2023 20:14:53 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=grimler.se; s=key1; t=1675883698; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=WsK0YVCcoyxh+hAKHySQH+5+EdVf28sfk6on09R4mDg=; b=XIRIX1j6mfK8VqjKZPDblOBLLRr6eUyhyot5rAzHiKVQYLjyNL1XZ2qmXS6qDwoKuW3YQ5 EykP77KvJidn2R/KAjGDTAH+/jYNTHtvpIhw6PfJ3W03ysvFfFIeGnB8jZc+zjgVMMKcOe IjNLH4y8vhh/ZXPF8OjxXmW5nDSXvpM= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Henrik Grimler To: u-boot@lists.denx.de Cc: peng.fan@nxp.com Subject: Re: [PATCH 0/2] odroid: fix boot issues on u2, xu4 and siblings Message-ID: References: <20230208190421.62661-1-henrik@grimler.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230208190421.62661-1-henrik@grimler.se> X-Migadu-Flow: FLOW_OUT X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean I missed CC:ing MMC maintainer Peng Fan (CC:ed here), apologies for this. Best regards, Henrik Grimler On Wed, Feb 08, 2023 at 08:04:19PM +0100, Henrik Grimler wrote: > Hi, > > Patch 1 fixes issue reported in [1], which happens on odroid-u2 and > probably other devices in that family. Re-adding this quirk was > discussed already by Jaehoon and Andy in the patch that > (re-)introduced this issue [2], but I do not think a patch was sent > for it. > > Patch 2 fixes issue reported in [3], which happens on odroid-{u2,xu4} > and other devices in that family. An alternative fix was sent > previously by Joost [4], but has not been picked up yet. > > Tested on odroid-u2 and odroid-xu4 on top of master branch, I am able > to boot from sdcard on both without issues. > > [1] https://lists.denx.de/pipermail/u-boot/2023-January/504116.html > [2] https://lists.denx.de/pipermail/u-boot/2021-March/445243.html > [3] https://lists.denx.de/pipermail/u-boot/2023-January/504115.html > [4] https://lists.denx.de/pipermail/u-boot/2023-January/505551.html > > > Henrik Grimler (2): > Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B" > samsung: common: only load CROS_EC if enabled in config > > board/samsung/common/board.c | 27 ++++++++++++++------------- > drivers/mmc/s5p_sdhci.c | 2 +- > 2 files changed, 15 insertions(+), 14 deletions(-) > > -- > 2.30.2 >