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 931C5C4332F for ; Sat, 12 Nov 2022 16:26:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CCF0185146; Sat, 12 Nov 2022 17:26:01 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1668270362; bh=Bkt5nc+Pg7ZmsPUWUQIVOUJk3qrfybXB3ze29blnWCM=; h=From:To:Subject:In-reply-to:Date:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From; b=GdquGHXUt+Mh9ilGzUIKGMb6cjDfR+9evAzDBffuAJauC5PcU3B3+PIndU1yHkUOs 9/x0WPnO8I2aAh0Z5vLvv3klQupBc4mChkSZ9tiMx2Qw8sTWn5l7gN/N2r+a0BW3DX KGuX8IulGYB47E6eYzl0PhqW5xrl4FTRmm4FZzwU/9sbGF025frw2fzWyNtexl4Aod BEyW3PT5BH7hYT27zu/V65ZB8qgyZNOcO8KSdt/fneMp5e4liO6bhbUA0fh+q9YPFc gY0oNjsdmaI8TSGv2jGDpQpJgG1j35pgxuHNJ/Kb9VMwQXxRDgkGo9I+CmK4lzcmid esdBPQ3D3ba3g== Received: by phobos.denx.de (Postfix, from userid 109) id 47CB18514D; Sat, 12 Nov 2022 17:25:57 +0100 (CET) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 387C985130 for ; Sat, 12 Nov 2022 17:25:54 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sbabic@denx.de Received: from frontend03.mail.m-online.net (unknown [192.168.6.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4N8gt96lsjz1qybm; Sat, 12 Nov 2022 17:25:53 +0100 (CET) Received: from localhost (dynscan3.mnet-online.de [192.168.6.84]) by mail.m-online.net (Postfix) with ESMTP id 4N8gt96bvsz1qqlR; Sat, 12 Nov 2022 17:25:53 +0100 (CET) X-Amavis-Alert: BAD HEADER SECTION, Missing required header field: "Date" Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan3.mail.m-online.net [192.168.6.84]) (amavisd-new, port 10024) with ESMTP id v-eq_IoYaU-2; Sat, 12 Nov 2022 17:25:53 +0100 (CET) Received: from papero (host-88-217-136-221.customer.m-online.net [88.217.136.221]) by mail.mnet-online.de (Postfix) with ESMTP; Sat, 12 Nov 2022 17:25:53 +0100 (CET) From: sbabic@denx.de X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 1699463 X-Patchwork-Delegate: sbabic@denx.de To: Fabio Estevam ,u-boot@lists.denx.de Subject: [PATCH v2 1/2] wandboard: Pass mmc aliases In-reply-to: <20221104111255.661416-1-festevam@gmail.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Message-Id: <20221112162557.47CB18514D@phobos.denx.de> Date: Sat, 12 Nov 2022 17:25:54 +0100 (CET) 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 > From: Fabio Estevam > Originally, the mmc aliases node was present in imx6qdl-wandboard.dtsi. > After the sync with Linux in commit d0399a46e7cd ("imx6dl/imx6qdl: > synchronise device trees with linux"), the aliases node is gone as > the upstream version does not have it. > This causes a regression in which the SD card cannot be found anymore: > Since commit the aliases node has been removed > U-Boot 2022.10-00999-gcca41ed3d63f-dirty (Nov 03 2022 - 22:07:38 -0300) > CPU: Freescale i.MX6QP rev1.0 at 792 MHz > Reset cause: POR > DRAM: 2 GiB > Core: 62 devices, 17 uclasses, devicetree: separate > PMIC: PFUZE100 ID=0x10 > MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2 > Loading Environment from MMC... MMC: no card present > *** Warning - No block device, using default environment > Fix it by passing the alias node in the u-boot.dtsi file to > restore the original behaviour where the SD card (esdhc3) was > mapped to mmc0. > Fixes: d0399a46e7cd ("imx6dl/imx6qdl: synchronise device trees with linux") > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de =====================================================================