From patchwork Mon Sep 4 13:22:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Gautier X-Patchwork-Id: 13373878 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3BE19C83F2C for ; Mon, 4 Sep 2023 13:23:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=wxlSWcZwShtia/lDcPFkvpcq7BdQAmH2IPbOOgmQd68=; b=ZFIcyZcwAmLuUt itCwI9J1WRrLIb0GDHa0tLQID9PVV8S9sapZmKTMjwwlP+vIiNx6MNxTBs+vZXVylR2Hio5/gKPHK keuVL/cTJTZSynGpOydlkUiSQ2l8VOg0HKAC3paIWlzvwHRgvioWDOdlyksfv+d/7Wn2FhboS3ep8 kJaQCXvqE3ivaChjbiKfMNgQ0Hr0Gzx586YHuadKIJRzWzepSCyWMAnizQmVNRARnqCDnt9DXwlr7 IsdqGK3hJO9qVkwC9wi7TVOku934hkBlmPZEDOH3sHiyOddQdekJ6acBDOFFkPakDprOFKP9ebuzg spQVNAbZkc6srp88xWTg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qd9XK-004B3Z-1m; Mon, 04 Sep 2023 13:22:38 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qd9XG-004B36-2H for linux-arm-kernel@lists.infradead.org; Mon, 04 Sep 2023 13:22:36 +0000 Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3848V1f3031734; Mon, 4 Sep 2023 15:22:21 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding:content-type; s=selector1; bh=XzmJmyD GzbW4MncFV7Q4aRei5HWxvrVZ4z14lW+C8DE=; b=RZzb7GN2/IRD1mi0JAGiGEn D8RjCpc78qsPqPJFe9hxLbhIzj9Shc2KFBA6JVtkejvYb4wKxsQ2J2TfN6CxbCCG Y5T31DmgUqRHUErmYG1UK9s+fetP3hKcBIcquuNFGeyaphrdH7xEXqUxhoi7icI6 9lhEx0js/ksY1a8UH9E2irddi4p5Xq6uZ+qr1kQSR1ANXGVdmhOPBFOAV0TV+VgO milTy/Tx1P7Km6nzouW0mH5E6pfiin0QMYRD4T6SWTQKC00B6v/b97IHTYHET7wT zv6Kpt3/4tnwZuqrLhVLLXDcSEbEaIWNXlWAHITtHDRWVHu4+JiPZgd+jhrmD5Q= = Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3sut63ftxa-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 04 Sep 2023 15:22:20 +0200 (MEST) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 64876100058; Mon, 4 Sep 2023 15:22:18 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node2.st.com [10.75.129.70]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 59936229A98; Mon, 4 Sep 2023 15:22:18 +0200 (CEST) Received: from localhost (10.201.20.125) by SHFDAG1NODE2.st.com (10.75.129.70) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Mon, 4 Sep 2023 15:22:18 +0200 From: Yann Gautier To: Alexandre Torgue , Rob Herring , Krzysztof Kozlowski , Conor Dooley CC: Maxime Coquelin , , , , , Christophe Kerello , Yann Gautier Subject: [PATCH 0/3] Add SD-card support on STM32MP25 Date: Mon, 4 Sep 2023 15:22:09 +0200 Message-ID: <20230904132212.157405-1-yann.gautier@foss.st.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Originating-IP: [10.201.20.125] X-ClientProxiedBy: EQNCAS1NODE3.st.com (10.75.129.80) To SHFDAG1NODE2.st.com (10.75.129.70) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.957,Hydra:6.0.601,FMLib:17.11.176.26 definitions=2023-09-04_07,2023-08-31_01,2023-05-22_02 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230904_062235_263585_33547F06 X-CRM114-Status: GOOD ( 10.23 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add sdmmc1 node in SoC DT file, then the pins used on STM32MP257F-EV1 board, and then the node in board file for SD-card support. Yann Gautier (3): arm64: dts: st: add sdmmc1 node in stm32mp251 SoC file arm64: dts: st: add sdmmc1 pins for stm32mp25 arm64: dts: st: add SD-card support on STM32MP257F-EV1 board arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi | 54 +++++++++++++++++++ arch/arm64/boot/dts/st/stm32mp251.dtsi | 13 +++++ arch/arm64/boot/dts/st/stm32mp257f-ev1.dts | 22 ++++++++ 3 files changed, 89 insertions(+)