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 863C2C05027 for ; Wed, 8 Feb 2023 23:03:43 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2A72385BC4; Thu, 9 Feb 2023 00:03:41 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=diskos.nl Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; secure) header.d=diskos.nl header.i=@diskos.nl header.b="swIQRsJi"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6130085F2A; Thu, 9 Feb 2023 00:03:40 +0100 (CET) Received: from smtp.delft.diskos.nl (smtp.delft.diskos.nl [45.80.169.141]) (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 8D7A78572F for ; Thu, 9 Feb 2023 00:03:37 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=diskos.nl Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=joost@diskos.nl Received: from [10.135.128.1] (smtp.delft.diskos.nl [45.80.169.141]) by smtp.delft.diskos.nl (Postfix) with ESMTPSA id 6B22B96450; Thu, 9 Feb 2023 00:03:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=diskos.nl; s=mail; t=1675897415; bh=EtvXcFKgHZU/BM1OEzSrqcovLXQpiKRsmJ6jw+imtrI=; h=Date:From:Subject:To:Cc:In-Reply-To:References:From; b=swIQRsJiicKUTdMLUoOgbsQYdiSSjf0VzxkRxJcmWaaWUF5BjHrXCXNNyurV37Lbj RyhOCsSAzyMXCSiDkydl3Bi6UVbMeUb5hsYxtG9vhPBm/hFSgQ4CswsgKPFDfUyv2F wIUKcOwwMCfPZPAi6ct+sarhonl2pj84zXPmcVb+Jr2Hc9N2X/MLjCcvyRIP8Un1hy XbjCa+zSLSsfVBCH3l33V8sFL80jlk3AAZlDwO4mzYuA4Je9zi0DDz5Y6lSCUUwlFZ V4uG+wfWf1wUeXe4Fx67Y6ejOGicZ69OtVVHYqSzu3fJLiWoacNlo4hqcxKgYpqbNL vzlXYPyz5oY0Q== Date: Thu, 09 Feb 2023 00:03:28 +0100 From: Joost van Zwieten Subject: Re: [PATCH 0/2] odroid: fix boot issues on u2, xu4 and siblings To: Henrik Grimler Cc: jh80.chung@gmail.com, andy.wu@sony.com, sjg@chromium.org, m.szyprowski@samsung.com, u-boot@lists.denx.de, ~postmarketos/upstreaming@lists.sr.ht Message-Id: In-Reply-To: <20230208190421.62661-1-henrik@grimler.se> References: <20230208190421.62661-1-henrik@grimler.se> X-Mailer: geary/3.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed 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 On Wed, Feb 8, 2023 at 20:04, Henrik Grimler wrote: > Hi, Hi Henrik, Thanks for picking this up. > 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. Patch 2 is anyhow a better fix than [4]. > Tested on odroid-u2 and odroid-xu4 on top of master branch, I am able > to boot from sdcard on both without issues. I can confirm that the patches work for me as well - not a surprise as we have the same board. Best, Joost > [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