From nobody Fri Dec 19 06:02:54 2025 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7795C433FE for ; Sun, 23 Oct 2022 20:46:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229935AbiJWUqJ (ORCPT ); Sun, 23 Oct 2022 16:46:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229928AbiJWUqF (ORCPT ); Sun, 23 Oct 2022 16:46:05 -0400 Received: from mail-0301.mail-europe.com (mail-0301.mail-europe.com [188.165.51.139]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F18906B8EA for ; Sun, 23 Oct 2022 13:46:02 -0700 (PDT) Date: Sun, 23 Oct 2022 20:45:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1666557940; x=1666817140; bh=+unuwbPaZn709EE+pvSpP9RlZCNHZGqPO1rQdfCVJY0=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=TMLBnX+pRG0d6o+L/TgNXQchGLi+wgDl2iXEC2Z0qu2rNtOwoDdLPLoQCgNRZ0CPX XMb87fp9W3LyRgrN4agcJzsXhzx/OyMXm5eF8j66lis3KNi9477pCqdcD8Y0fU+vKp YMP5nhoyYnF0E7rwKa0CHoOapGMDZdKyQcSqzUns2tuG1u7fPn5JzcI/vhKC1fDfrj OhuB8WF4Pn+N0nVlPzjijuBd5rOBRUf75mVgWh/ssXrJAB6L7glDRuJR1LX7DYP2u3 mcQMOodMSAYqjcKKdCuoP/E0mNy18rWPYumVyTyoT1CtnH3Ko3KpsAq8EiqqJ3JBBF ffiQPVO50o5Vg== To: Bjorn Andersson , Rob Herring , Krzysztof Kozlowski From: Harry Austen Cc: Harry Austen , Yassine Oudjana , Andy Gross , Konrad Dybcio , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org Subject: [PATCH v2 1/4] arm64: dts: qcom: msm8996: standardize blsp indexing Message-ID: <20221023204505.115141-2-hpausten@protonmail.com> In-Reply-To: <20221023204505.115141-1-hpausten@protonmail.com> References: <20221023204505.115141-1-hpausten@protonmail.com> Feedback-ID: 53116287:user:proton MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Use one-based indexing throughout the file for BLSP devices to avoid confusion. Most of the node names and labels are consistent already. This patch just fixes a few pinconf node names to match the one-based indexing used in the label names. Signed-off-by: Harry Austen --- v1 -> v2: no changes arch/arm64/boot/dts/qcom/msm8996.dtsi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qc= om/msm8996.dtsi index 5ff8de3e3de7..39afd8a99488 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -1304,14 +1304,14 @@ blsp1_spi1_sleep: blsp1-spi1-sleep { bias-pull-down; }; - blsp2_uart2_2pins_default: blsp2-uart1-2pins { + blsp2_uart2_2pins_default: blsp2-uart2-2pins { pins =3D "gpio4", "gpio5"; function =3D "blsp_uart8"; drive-strength =3D <16>; bias-disable; }; - blsp2_uart2_2pins_sleep: blsp2-uart1-2pins-sleep { + blsp2_uart2_2pins_sleep: blsp2-uart2-2pins-sleep { pins =3D "gpio4", "gpio5"; function =3D "gpio"; drive-strength =3D <2>; @@ -1478,28 +1478,28 @@ blsp1_uart2_sleep: blsp1-uart2-sleep { bias-disable; }; - blsp1_i2c3_default: blsp1-i2c2-default { + blsp1_i2c3_default: blsp1-i2c3-default { pins =3D "gpio47", "gpio48"; function =3D "blsp_i2c3"; drive-strength =3D <16>; bias-disable; }; - blsp1_i2c3_sleep: blsp1-i2c2-sleep { + blsp1_i2c3_sleep: blsp1-i2c3-sleep { pins =3D "gpio47", "gpio48"; function =3D "gpio"; drive-strength =3D <2>; bias-disable; }; - blsp2_uart3_4pins_default: blsp2-uart2-4pins { + blsp2_uart3_4pins_default: blsp2-uart3-4pins { pins =3D "gpio49", "gpio50", "gpio51", "gpio52"; function =3D "blsp_uart9"; drive-strength =3D <16>; bias-disable; }; - blsp2_uart3_4pins_sleep: blsp2-uart2-4pins-sleep { + blsp2_uart3_4pins_sleep: blsp2-uart3-4pins-sleep { pins =3D "gpio49", "gpio50", "gpio51", "gpio52"; function =3D "blsp_uart9"; drive-strength =3D <2>; @@ -1535,7 +1535,7 @@ blsp2_i2c1_default: blsp2-i2c1 { bias-disable; }; - blsp2_i2c1_sleep: blsp2-i2c0-sleep { + blsp2_i2c1_sleep: blsp2-i2c1-sleep { pins =3D "gpio55", "gpio56"; function =3D "gpio"; drive-strength =3D <2>; @@ -1567,7 +1567,7 @@ cdc_reset_sleep: cdc-reset-sleep { output-low; }; - blsp2_spi6_default: blsp2-spi5-default { + blsp2_spi6_default: blsp2-spi6-default { spi { pins =3D "gpio85", "gpio86", "gpio88"; function =3D "blsp_spi12"; @@ -1584,7 +1584,7 @@ cs { }; }; - blsp2_spi6_sleep: blsp2-spi5-sleep { + blsp2_spi6_sleep: blsp2-spi6-sleep { pins =3D "gpio85", "gpio86", "gpio87", "gpio88"; function =3D "gpio"; drive-strength =3D <2>; -- 2.38.1