From patchwork Tue Aug 6 12:05:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleksij Rempel X-Patchwork-Id: 13754701 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9E5421C4604 for ; Tue, 6 Aug 2024 12:05:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722945936; cv=none; b=VzJpHJGqkL24noOhMtCEImkoLCowg71bnOYTgqfdDnjkAKhxDIiM72ZRae6P+88kHDdUVXauX+A/B0Gf2ZdaBpHYXxKqjCsPqfMsr7izNDU/BsG2Z/ISpjoVnHqlhrG24UUt4OHddVGqSTTXkmdRcb5GAQSHRZvkCi/GjESlbHo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722945936; c=relaxed/simple; bh=hVpDtj+lPPdKKOrlvXKADc0PEn5BwfZtJkF2447W06s=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=pyZH6rwRr5qcOm6Q/N8jsdydvCaBP+ea3MrqtrRsYREu3+MfldxemVQq74w9afHdcNRZZXpJcN8hwR2CLznN3GanchEMxBDCnKvHcdKvspKL36Arx6IT6sQPXNmKP/2pTF4m3N8QlewXk6eopHyC7j7dwtIHGdmDhTGxLT4GtaY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sbIwK-0000ep-97; Tue, 06 Aug 2024 14:05:20 +0200 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sbIwJ-004x2i-B1; Tue, 06 Aug 2024 14:05:19 +0200 Received: from ore by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sbIwJ-001hoH-0r; Tue, 06 Aug 2024 14:05:19 +0200 From: Oleksij Rempel To: Maxime Coquelin , Alexandre Torgue , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Oleksij Rempel , kernel@pengutronix.de, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH v1] arm: dts: st: stm32mp151a-prtt1l: Fix QSPI configuration Date: Tue, 6 Aug 2024 14:05:17 +0200 Message-Id: <20240806120517.406714-1-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: netdev@vger.kernel.org Rename 'pins1' to 'pins' in the qspi_bk1_pins_a node to correct the subnode name. The previous name caused the configuration to be applied to the wrong subnode, resulting in QSPI not working properly. Signed-off-by: Oleksij Rempel --- arch/arm/boot/dts/st/stm32mp151a-prtt1l.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/st/stm32mp151a-prtt1l.dtsi b/arch/arm/boot/dts/st/stm32mp151a-prtt1l.dtsi index 3938d357e198f..4db684478c320 100644 --- a/arch/arm/boot/dts/st/stm32mp151a-prtt1l.dtsi +++ b/arch/arm/boot/dts/st/stm32mp151a-prtt1l.dtsi @@ -123,7 +123,7 @@ flash@0 { }; &qspi_bk1_pins_a { - pins1 { + pins { bias-pull-up; drive-push-pull; slew-rate = <1>;