From patchwork Mon Dec 12 08:51:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 13070835 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 EF79AC4332F for ; Mon, 12 Dec 2022 08:54:10 +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:References:In-Reply-To: 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: List-Owner; bh=TakeG1IqgrZrTVMfe50n/9RPCQTiPPaDL9vmEOk+ocU=; b=H+IPOs/QssOSy4 nRZ4l6TfdlE4NrWW9b+zg87vmdx5dT/hjW6jPVwr2x1WJdaLAmRvbWUQpRZgX88yMpgifSEsIudWT w7pYsBPhtfoR0m4/vUmfNw3ZhCsfPVAwiTbA5Xb2GOb49rs9SFLgQ2TywnswGYRCwxW2wBHrsZWc8 mTljccuwT601/9ia/T5F9TfvX2ajcGJ0ZX+0lNtXKz6CedjPDOr89arCutSlCRtQfmppAols6I3pF LwYgcMuuoWw39JtkbLRVA8jf7+dwaE5dc41WFFb40YiO1WcLULVh4E7Xg3SICCjnqoPjm8YrqDRpj 5pEzPK81qLPPwonn2cVw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p4eYW-00AbnB-51; Mon, 12 Dec 2022 08:53:00 +0000 Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p4eXt-00Ab6S-Jy for linux-arm-kernel@lists.infradead.org; Mon, 12 Dec 2022 08:52:27 +0000 Received: from pps.filterd (m0288072.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2BC6t8rJ010629; Mon, 12 Dec 2022 09:51:55 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=selector1; bh=bhum+wWeRq7/Syyjjz0hCwo3HdhTwTncszwwgeSMjM4=; b=R5CbH9rc41eNdfpX0GbU5oO6LLtmEr78eh7FvCJ1NV4rvP+UWFlKR7px87O1QeYM4vYK zgIvngchTq2PbcbPzgwwJBipHtKAsSG7ZwvX85lTV4xhMCqjq4xa0yjNZBUFKzCJ39ou b0SFN+fHHmakm5hNAVSqayDCsLEksz0jnof2Y7098xtTeyUnxq7c3yYkeucrr6fW6rb7 Z804DQwoB2ySOTnFXNo8IFuMRbAilCuva9OmEcSdDEHqlM/N+tpsvyCo2OW7YXc73GGF 7zpKo79eQg0JcLmGGm1zwfv7SnrHq8yvuQ/OxRspfN9cMZdGftxFWKX8/+OJy6YRIfAe kg== 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 3mcgdp9nk9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 12 Dec 2022 09:51:55 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id E5C0610003D; Mon, 12 Dec 2022 09:51:49 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 00099217B70; Mon, 12 Dec 2022 09:51:48 +0100 (CET) Received: from localhost (10.201.20.130) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.13; Mon, 12 Dec 2022 09:51:48 +0100 From: To: , Krzysztof Kozlowski , CC: , , , , , , Patrice Chotard , Reinhold Mueller , Alexandre Torgue Subject: [PATCH 3/4] ARM: dts: stm32: Fix qspi pinctrl phandle for stm32mp157c-emstamp-argon Date: Mon, 12 Dec 2022 09:51:41 +0100 Message-ID: <20221212085142.3944367-4-patrice.chotard@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221212085142.3944367-1-patrice.chotard@foss.st.com> References: <20221212085142.3944367-1-patrice.chotard@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.201.20.130] X-ClientProxiedBy: SHFCAS1NODE2.st.com (10.75.129.73) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.923,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-12-12_01,2022-12-08_01,2022-06-22_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221212_005222_022398_0E935259 X-CRM114-Status: GOOD ( 14.28 ) 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 From: Patrice Chotard Chip select pinctrl phandle was missing in several stm32mp15x based boards. Fixes: ea99a5a02ebc ("ARM: dts: stm32: Create separate pinmux for qspi cs pin in stm32mp15-pinctrl.dtsi) Signed-off-by: Patrice Chotard Cc: Reinhold Mueller Cc: Alexandre Torgue Cc: linux-stm32@st-md-mailman.stormreply.com To: linux-arm-kernel@lists.infradead.org --- arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi b/arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi index 30156b7546ed..d540550f7da2 100644 --- a/arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi +++ b/arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi @@ -391,8 +391,12 @@ &pwr_regulators { &qspi { pinctrl-names = "default", "sleep"; - pinctrl-0 = <&qspi_clk_pins_a &qspi_bk1_pins_a>; - pinctrl-1 = <&qspi_clk_sleep_pins_a &qspi_bk1_sleep_pins_a>; + pinctrl-0 = <&qspi_clk_pins_a + &qspi_bk1_pins_a + &qspi_cs1_pins_a>; + pinctrl-1 = <&qspi_clk_sleep_pins_a + &qspi_bk1_sleep_pins_a + &qspi_cs1_sleep_pins_a>; reg = <0x58003000 0x1000>, <0x70000000 0x4000000>; #address-cells = <1>; #size-cells = <0>;