From nobody Wed Apr 8 03:09:23 2026 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 EAAC7C4332F for ; Fri, 21 Oct 2022 14:24:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229576AbiJUOYI (ORCPT ); Fri, 21 Oct 2022 10:24:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57242 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231433AbiJUOX6 (ORCPT ); Fri, 21 Oct 2022 10:23:58 -0400 Received: from mail-0201.mail-europe.com (mail-0201.mail-europe.com [51.77.79.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 838DF27D4CE for ; Fri, 21 Oct 2022 07:23:56 -0700 (PDT) Date: Fri, 21 Oct 2022 14:23:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1666362233; x=1666621433; bh=w3ORdHOkV3oocAIROhsgC6oRBB6gAzTpZK2G+Z6pDgo=; 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=CqVZpWkE0N2qtxcjJvRvUyshBZrCJuOTye4HMne9xeVi+x3PbmuBLUkRgiv5PzSEB elAlAIempkanUA3DaE5eya0I8YhNsHYd5r8H7dhBnFEcNpiHEoDOg+61m4Vop9HXws POFK2VnxQy8yFxpoBHfsp0sQN9RCkDj9NfrPkCzbezvNkqsHGo6/IktwnoCamoOSSu N+PZ7TfdA9h6QFNdyy5WPohLwnQmLzCBSFa/ofppVDHViklIl0XNAGziQKfL3s9BN+ Xpjxk1TYabGJBJRu03FJZlPF6kqL5ec9dWAYwgFuRHwi37yn/7Bhfc/Wm+48BO1SZn 1unLqTiPA4YKw== 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 1/4] arm64: dts: qcom: msm8996: standardize blsp indexing Message-ID: <20221021142242.129276-2-hpausten@protonmail.com> In-Reply-To: <20221021142242.129276-1-hpausten@protonmail.com> References: <20221021142242.129276-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 --- 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 c0a2baffa49d..80590267dfd0 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -1286,14 +1286,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>; @@ -1460,28 +1460,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>; @@ -1517,7 +1517,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>; @@ -1549,7 +1549,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"; @@ -1566,7 +1566,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