From patchwork Thu Dec 19 07:59:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijuan Gao X-Patchwork-Id: 13914717 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (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 6EB57217735; Thu, 19 Dec 2024 08:00:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734595213; cv=none; b=sfF3yVBJDlgsSQQ18x2H2siV7xi3h3bOtWkX1BIn2Dr8HOUIYws+hAl1V07ttgnDISbSkbtueoSXpvY/uv6eC4dte+KYBSF2KGWo1kMIL8X2dfWbcxSnNChTlkebr1qg46P10J64og1kUUhqwZSoHtJSoCqJ3ISyMuHB8hCszTI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734595213; c=relaxed/simple; bh=9jk1D+wJrInBrG0/lQa7/HL/n0/ZqcMUeU2oZQycdzc=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=ljCXlwS1RimBzrCsVBiCRQqwRFS/fLQStmjyk2nrpPpN/+PO2w4gDCpsaU3VHpIriRQ78/nMUN9iOBVoVxx8Je9r8HpNvGiVyzZWIiYf7R6GSpWQKp6r4lLQehJ5Dy3Eu0IyCmTSeZZFKwht+WebN3cI0MOd2e70wajpUF8vJx0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=UKyea7U1; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="UKyea7U1" Received: from pps.filterd (m0279871.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BJ27lCW016162; Thu, 19 Dec 2024 08:00:08 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= uumV0RFumim0h5ewdxPorXIyNOHvxtX3hscwPoLucKE=; b=UKyea7U1NoyPydE3 DfKcmK8ZBC/4zle0R2gIU3dW/0V0yvBjEHZtXSAFljBwvPVTYPNsGZULkUyjeGOY KTy1RBkiUFDaHQSwzRQ7E7pXM5afKPIZ3rMuR8PGbPWsudaWfD3DP4Nc7kqG6Ga+ HXXrbEEIE5MCrbm9u4Fe+N9kpQ3yyx8BywaVn2fpmS785YBBBvfzyYJ4FKAUsVQF kzn4NLCX9jITschzkq5bsF6AY/x2E7EXsgylmwgYLk+JuCZAbP8/YhFrCRVhKb6g Wmr/w6jm+BZRKCUp+xxfgiIxBXMOWazIN+FDf3iYWvFuT/GzddZKxk91Po24UmL8 /hrzMg== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 43maeagq78-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 08:00:08 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA02.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 4BJ807RT031744 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 08:00:07 GMT Received: from lijuang2-gv.ap.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Wed, 18 Dec 2024 23:59:59 -0800 From: Lijuan Gao Date: Thu, 19 Dec 2024 15:59:43 +0800 Subject: [PATCH v2 1/6] dt-bindings: pinctrl: qcom: correct gpio-ranges in examples for qcs615 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20241219-correct_gpio_ranges-v2-1-19af8588dbd0@quicinc.com> References: <20241219-correct_gpio_ranges-v2-0-19af8588dbd0@quicinc.com> In-Reply-To: <20241219-correct_gpio_ranges-v2-0-19af8588dbd0@quicinc.com> To: Bjorn Andersson , Linus Walleij , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley , "Jingyi Wang" , Konrad Dybcio CC: , , , , , Krzysztof Kozlowski , Lijuan Gao X-Mailer: b4 0.15-dev-99b12 X-Developer-Signature: v=1; a=ed25519-sha256; t=1734595195; l=1179; i=quic_lijuang@quicinc.com; s=20240827; h=from:subject:message-id; bh=9jk1D+wJrInBrG0/lQa7/HL/n0/ZqcMUeU2oZQycdzc=; b=vMhHoPSrDxPkpyBf929qMviyFsbxKWVpAvjx5xN6vQTZKkjay4qLz9gBL0qGDGhfHvZC0BRH9 lvR82KTmec1AnZJwWFrhOiD9hatfoeoyQ0wh58AEKYNFah1UgCkxtsn X-Developer-Key: i=quic_lijuang@quicinc.com; a=ed25519; pk=1zeM8FpQK/J1jSFHn8iXHeb3xt7F/3GvHv7ET2RNJxE= X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: nElV5oyvAsPhKCPjdMdw5NHWTc4F5PeC X-Proofpoint-GUID: nElV5oyvAsPhKCPjdMdw5NHWTc4F5PeC X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 priorityscore=1501 impostorscore=0 lowpriorityscore=0 mlxlogscore=582 clxscore=1015 bulkscore=0 spamscore=0 phishscore=0 mlxscore=0 adultscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2411120000 definitions=main-2412190062 Correct the gpio-ranges in the QCS615 TLMM pin controller example to include the UFS_RESET pin, which is expected to be wired to the reset pin of the primary UFS memory. This allows the UFS driver to toggle it. Fixes: 55c487ea6084 ("dt-bindings: pinctrl: document the QCS615 Top Level Mode Multiplexer") Signed-off-by: Lijuan Gao --- Documentation/devicetree/bindings/pinctrl/qcom,qcs615-tlmm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,qcs615-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,qcs615-tlmm.yaml index 1ce4b5df584a..2791e578c1de 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,qcs615-tlmm.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,qcs615-tlmm.yaml @@ -110,7 +110,7 @@ examples: <0x03c00000 0x300000>; reg-names = "east", "west", "south"; interrupts = ; - gpio-ranges = <&tlmm 0 0 123>; + gpio-ranges = <&tlmm 0 0 124>; gpio-controller; #gpio-cells = <2>; interrupt-controller; From patchwork Thu Dec 19 07:59:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijuan Gao X-Patchwork-Id: 13914718 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) (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 E046221858E; Thu, 19 Dec 2024 08:00:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.168.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734595217; cv=none; b=D67+KqxpbcpAfKpXJhcQ+Bel9bMwLLJkROHjz2QdyVRB17u8ZvpqblotUKscaiQKr1zF2wVSgLkltGqIXUkxWhS1Eiig+45z1MM95dzdp9JmHf5XE4HgbegJz5c1UNO8ZcW8jMlvkxi/5ro1Jagly5qWR47th2qHCZKpYk+mty0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734595217; c=relaxed/simple; bh=jV/77f9HhqzbK7rNxtNUb9/6GaQEWYDOcYVO0jy0Nsg=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=QHvFdCzSSD7SnIGB/ecqfsJRtVDpBjsRWou2xjRAdj6JArF+L45e5s6vl2H9wRJOPJFWetb62FGGL74fAiDv4JiTfFjGDMHhVAgs2wOZ/vOk1AWyxbr7DvWgoxj8tMwiaeHGwFbMp41UJFjPaDOsQ+Z+FOaxbvORNVkQnp8ESvQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=HjN8ipF2; arc=none smtp.client-ip=205.220.168.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="HjN8ipF2" Received: from pps.filterd (m0279862.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BJ5xk6q021974; Thu, 19 Dec 2024 08:00:11 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= si2j7ScPjGN8idyGY6UF6OqE8J8iPJEUsXV75ycJ1ts=; b=HjN8ipF2Z2EaWpyA kgIjVjCTUCY4rib9kbXia+z80R1g4v0ZDMtugbGbdWuU2jUdU1mm+v7sdMWRiTrw f+aPqKbADBfGUY4dfmaQgtKVG6oh4gjO7F2V/ggPSIVUPjOqaAEsqULwJ7KcayEa GQMbgQUy6pONQZ83XJRqoenmCYF1/SdvKXpMl/GwsIT94/uly9+OJ2Kdjss8I1PC VY6a6nF54yC33brFuoSSBEga92Y6FQZ+0b3LuJl+vNdo17RWm1F7ZSpoSoIGF4zV ZFh/+HAk+ea7Y/LCc3i4gMUwQAPH7yd5nMxGpMlphtkbuu2Tw8jMbPoj6OYbnvwf zJJiwA== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 43mdu1g9dr-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 08:00:11 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA01.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 4BJ80APn021915 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 08:00:10 GMT Received: from lijuang2-gv.ap.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Thu, 19 Dec 2024 00:00:04 -0800 From: Lijuan Gao Date: Thu, 19 Dec 2024 15:59:44 +0800 Subject: [PATCH v2 2/6] dt-bindings: pinctrl: qcom: correct gpio-ranges in examples for qcs8300 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20241219-correct_gpio_ranges-v2-2-19af8588dbd0@quicinc.com> References: <20241219-correct_gpio_ranges-v2-0-19af8588dbd0@quicinc.com> In-Reply-To: <20241219-correct_gpio_ranges-v2-0-19af8588dbd0@quicinc.com> To: Bjorn Andersson , Linus Walleij , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley , "Jingyi Wang" , Konrad Dybcio CC: , , , , , Krzysztof Kozlowski , Lijuan Gao X-Mailer: b4 0.15-dev-99b12 X-Developer-Signature: v=1; a=ed25519-sha256; t=1734595195; l=1111; i=quic_lijuang@quicinc.com; s=20240827; h=from:subject:message-id; bh=jV/77f9HhqzbK7rNxtNUb9/6GaQEWYDOcYVO0jy0Nsg=; b=TAlrGTLzC8eOjFj+NYjgKQN8YDB0Scv/3BbKLexr9MAsV5b8lJ7hD62p6mi7ZT6r4PYDKIz2M 9s+S2ZVmX9gBMUUhg6oy6tVMem+bcMQ+ML4vwlj9VClHzcOC3yp032s X-Developer-Key: i=quic_lijuang@quicinc.com; a=ed25519; pk=1zeM8FpQK/J1jSFHn8iXHeb3xt7F/3GvHv7ET2RNJxE= X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: 4OG3kdUsboJbUqIO1_DLqMw4wBQy1nzP X-Proofpoint-GUID: 4OG3kdUsboJbUqIO1_DLqMw4wBQy1nzP X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 clxscore=1015 suspectscore=0 lowpriorityscore=0 malwarescore=0 bulkscore=0 impostorscore=0 adultscore=0 priorityscore=1501 spamscore=0 phishscore=0 mlxlogscore=591 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2411120000 definitions=main-2412190062 Correct the gpio-ranges in the QCS8300 TLMM pin controller example to include the UFS_RESET pin, which is expected to be wired to the reset pin of the primary UFS memory. This allows the UFS driver to toggle it. Fixes: 5778535972e2 ("dt-bindings: pinctrl: describe qcs8300-tlmm") Signed-off-by: Lijuan Gao --- Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml index bb0d7132886a..489b41dcc179 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,qcs8300-tlmm.yaml @@ -106,7 +106,7 @@ examples: interrupts = ; gpio-controller; #gpio-cells = <2>; - gpio-ranges = <&tlmm 0 0 133>; + gpio-ranges = <&tlmm 0 0 134>; interrupt-controller; #interrupt-cells = <2>; From patchwork Thu Dec 19 07:59:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijuan Gao X-Patchwork-Id: 13914719 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (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 3E9F621882C; Thu, 19 Dec 2024 08:00:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734595223; cv=none; b=JT7PUNBDS+PeR+trybGof+NVz+0c57/+cVS7vaBRIV0/UQT+YGWpciyttFrWYu4igreavMQnP/UZNXEjx+TY/7DPqt7UGCj3LpuYNSfrT0Yn3AVGEeLiR7B4QFh7D6MwNUE5Mo7YEMESMFi2SKwCgKlrkbMN/sUEHnDhh8XLs6U= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734595223; c=relaxed/simple; bh=Uim+s4AokI9yZO5WLXvh5EmZjEbOQDduC8U1CVyOlLc=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=eU7yovqyug9s7w37/l6vDE54f7pDQDWImU3LekdJV/BbuLuo+9DKjtNtjr/jhVPZekjVmcqf3oo9djNv6BjcuJWmIoG5GuByZYXf9KstqJMzG1Vsa8CVG/qNKCXVwGqFfRPB1JsH4jKdEC5c5P9Q16v8myT85L4u3l2LQc6uhas= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=Y28NPDEp; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="Y28NPDEp" Received: from pps.filterd (m0279868.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BIM2cRP027630; Thu, 19 Dec 2024 08:00:16 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= 3Z1eswMVxj0ezCgJn6WvIXmirV5KV9PKtfifaFiWZtQ=; b=Y28NPDEp9Sg1hefQ jfGN0keq5u/wBCwMzHDIlvthKwxjDEjzxEOPSUtwo8E0b2VN4F36Qn3VeoBcGad9 MfwvABcoZ1gKb7klltz6j7KkndDD4e1PohPhYQjIiJG62ggLhZoJ+ZoMk8PHN4gQ R9ia8aX7wr6jZ1/TOYOrZp2EMaMjf2TWxOuJLXUVfWSpRWJQ2uowfMFM1Cjhp1v4 HqtOO6pAbE7Cmf2sbT7dA2h52ufjPnZ6LAXZcBZOP4nN9+DwV1O3341FnnFFCS4E UIpLxVjU6sJ6smvUEBpSfYalji2b1FuwgRlKgRlex67/jFCl0zSWmCg3/fZ5KIPk xJR+DA== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 43m6ues4w6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 08:00:15 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA04.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 4BJ80ENS013834 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 08:00:14 GMT Received: from lijuang2-gv.ap.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Thu, 19 Dec 2024 00:00:08 -0800 From: Lijuan Gao Date: Thu, 19 Dec 2024 15:59:45 +0800 Subject: [PATCH v2 3/6] pinctrl: qcom: correct the ngpios entry for QCS615 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20241219-correct_gpio_ranges-v2-3-19af8588dbd0@quicinc.com> References: <20241219-correct_gpio_ranges-v2-0-19af8588dbd0@quicinc.com> In-Reply-To: <20241219-correct_gpio_ranges-v2-0-19af8588dbd0@quicinc.com> To: Bjorn Andersson , Linus Walleij , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley , "Jingyi Wang" , Konrad Dybcio CC: , , , , , Krzysztof Kozlowski , Lijuan Gao X-Mailer: b4 0.15-dev-99b12 X-Developer-Signature: v=1; a=ed25519-sha256; t=1734595195; l=962; i=quic_lijuang@quicinc.com; s=20240827; h=from:subject:message-id; bh=Uim+s4AokI9yZO5WLXvh5EmZjEbOQDduC8U1CVyOlLc=; b=qtObG5Lhw4So6DHZrvymvmS7Cv7wNtRNWURoonccw4HJABl2cA7oT9bChl5/PmN8kjAr+5KeH 3q9ettHMCCuBrsD8EEb7HoUln/7xby9iNWb2had0jdoDwyD7CFrMQkc X-Developer-Key: i=quic_lijuang@quicinc.com; a=ed25519; pk=1zeM8FpQK/J1jSFHn8iXHeb3xt7F/3GvHv7ET2RNJxE= X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: 0G2xYL-wWDLp1AjZH2nfl4tFX4cXYDSS X-Proofpoint-ORIG-GUID: 0G2xYL-wWDLp1AjZH2nfl4tFX4cXYDSS X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=757 bulkscore=0 suspectscore=0 malwarescore=0 phishscore=0 lowpriorityscore=0 mlxscore=0 spamscore=0 clxscore=1015 impostorscore=0 adultscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2411120000 definitions=main-2412190062 Correct the ngpios entry to account for the UFS_RESET pin being exported as a GPIO in addition to the real GPIOs, allowing the UFS driver to toggle it. Fixes: b698f36a9d40 ("pinctrl: qcom: add the tlmm driver for QCS615 platform") Signed-off-by: Lijuan Gao Reviewed-by: Konrad Dybcio --- drivers/pinctrl/qcom/pinctrl-qcs615.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/qcom/pinctrl-qcs615.c b/drivers/pinctrl/qcom/pinctrl-qcs615.c index 23015b055f6a..17ca743c2210 100644 --- a/drivers/pinctrl/qcom/pinctrl-qcs615.c +++ b/drivers/pinctrl/qcom/pinctrl-qcs615.c @@ -1062,7 +1062,7 @@ static const struct msm_pinctrl_soc_data qcs615_tlmm = { .nfunctions = ARRAY_SIZE(qcs615_functions), .groups = qcs615_groups, .ngroups = ARRAY_SIZE(qcs615_groups), - .ngpios = 123, + .ngpios = 124, .tiles = qcs615_tiles, .ntiles = ARRAY_SIZE(qcs615_tiles), .wakeirq_map = qcs615_pdc_map, From patchwork Thu Dec 19 07:59:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijuan Gao X-Patchwork-Id: 13914720 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (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 2A2EB217671; Thu, 19 Dec 2024 08:00:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734595225; cv=none; b=nzLIZvGmSRsBk3klqd2GNQRLY9dK1L2QyPQwEPJM7Dm+YiGpKmF7uH5EL3AWA1AED6RGGFPb5wBVlrF6fBKhsEB+vk2gGvY6W4bkEtwhD2U+7+HnxvBj1NFb49AdS+pBW6sbEApzmcGvApgur5GvULPKMr9fWYWYi9nND4//JHQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734595225; c=relaxed/simple; bh=RjW2U5crHQLYme/GsQF+5cWHB9saCQOi0cQcvhQtDUg=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=VsiXJ6SH4mZXIZBF1IoGJInNHtYuaB/Y5XREkbrvzQHLym/Ye9dJCRS4zeY1CBMG7d5epAWySlUCEpZ6xi91Y5sW61UJA5Q8lc4aOIgOibo5MvLvGKT9/g5MuakN7rAKfhyGOFS/7WzVPjvSjfUU6SSmZ8SxHEoY/aX2DeYyAAQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=nP152Ppc; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="nP152Ppc" Received: from pps.filterd (m0279872.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BIMh1bD027842; Thu, 19 Dec 2024 08:00:20 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= +Xxcqw4o5lTjGAsQpSW8wI8njvlcb7wrZyOjLaOVRjw=; b=nP152Ppc7kkgn3CU p2EDTZArJFJ+Y0NnBlphIaOOiLcNUnNYNaelJW1JiRIMjRJNXa/zuJcA7swKxPR6 +tvK44SdibpBVRaFUFVuH+A9msgNIR4A9aOW3LfrQJDFbH95GCD0cxW1b7sXFWSg K8fYJzfhugo5lg2LOCzOFrAVLPS+krgF5mXMkoqO1yOzxnK0pbiRTXxvAORwALRR vfE0RCBvcm3R9XM4d9nPNPpuVT9pBejRtNiZ3cnSJ66gG7DIbLqMg4kspOxLPuWf nbE6nzFraLPK7yuCQNDZASjBmfYF9K39uW/2GPYoFPBfLmpAzLbRJIbi+7LYE1QG OuKq5g== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 43m7eb140p-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 08:00:20 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA05.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 4BJ80JH4007960 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 08:00:19 GMT Received: from lijuang2-gv.ap.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Thu, 19 Dec 2024 00:00:11 -0800 From: Lijuan Gao Date: Thu, 19 Dec 2024 15:59:46 +0800 Subject: [PATCH v2 4/6] pinctrl: qcom: correct the ngpios entry for QCS8300 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20241219-correct_gpio_ranges-v2-4-19af8588dbd0@quicinc.com> References: <20241219-correct_gpio_ranges-v2-0-19af8588dbd0@quicinc.com> In-Reply-To: <20241219-correct_gpio_ranges-v2-0-19af8588dbd0@quicinc.com> To: Bjorn Andersson , Linus Walleij , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley , "Jingyi Wang" , Konrad Dybcio CC: , , , , , Krzysztof Kozlowski , Lijuan Gao X-Mailer: b4 0.15-dev-99b12 X-Developer-Signature: v=1; a=ed25519-sha256; t=1734595195; l=1056; i=quic_lijuang@quicinc.com; s=20240827; h=from:subject:message-id; bh=RjW2U5crHQLYme/GsQF+5cWHB9saCQOi0cQcvhQtDUg=; b=OQl8DorWSN6Wwwpog7u71wPwD1bHuQLAMeiARrxPW3jHizypzTtLgUUv8VJfHiMeegZqomGOi 433cn7OfQJlAXMhy6HClzEqXmMxh5Qq0X0F7+hQDsNtICeCg8OxBGj3 X-Developer-Key: i=quic_lijuang@quicinc.com; a=ed25519; pk=1zeM8FpQK/J1jSFHn8iXHeb3xt7F/3GvHv7ET2RNJxE= X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: FRBffX_i_sPT8mxLikN2HfgYtq9z2Wf7 X-Proofpoint-ORIG-GUID: FRBffX_i_sPT8mxLikN2HfgYtq9z2Wf7 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 spamscore=0 mlxlogscore=864 impostorscore=0 lowpriorityscore=0 bulkscore=0 priorityscore=1501 mlxscore=0 malwarescore=0 suspectscore=0 clxscore=1015 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2411120000 definitions=main-2412190062 Correct the ngpios entry to account for the UFS_RESET pin, which is expected to be wired to the reset pin of the primary UFS memory and is exported as GPIOs in addition to the real GPIOs, allowing the UFS driver to toggle it. Fixes: 0c4cd2cc87c8 ("pinctrl: qcom: add the tlmm driver for QCS8300 platforms") Signed-off-by: Lijuan Gao Reviewed-by: Konrad Dybcio --- drivers/pinctrl/qcom/pinctrl-qcs8300.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/qcom/pinctrl-qcs8300.c b/drivers/pinctrl/qcom/pinctrl-qcs8300.c index ba6de944a859..5f5f7c4ac644 100644 --- a/drivers/pinctrl/qcom/pinctrl-qcs8300.c +++ b/drivers/pinctrl/qcom/pinctrl-qcs8300.c @@ -1204,7 +1204,7 @@ static const struct msm_pinctrl_soc_data qcs8300_pinctrl = { .nfunctions = ARRAY_SIZE(qcs8300_functions), .groups = qcs8300_groups, .ngroups = ARRAY_SIZE(qcs8300_groups), - .ngpios = 133, + .ngpios = 134, .wakeirq_map = qcs8300_pdc_map, .nwakeirq_map = ARRAY_SIZE(qcs8300_pdc_map), .egpio_func = 11, From patchwork Thu Dec 19 07:59:47 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijuan Gao X-Patchwork-Id: 13914721 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (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 9E377217701; Thu, 19 Dec 2024 08:00:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734595230; cv=none; b=Zd9FBiHdg7XUdbD/9V7fy6sDQ0DPuaXsKwxXSbxmzeu6J2R6LHO9RpTfAM7+tagbk3R8zxJDDVWG/ZX7MwBef/MrziOuCqkRDFSVkS4Anlm3tSPgUmJ65WJm3xwykp10sEpWTIrxB0v6ooPch6WxMdWhIze8zN03TjbAsCPGSD0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734595230; c=relaxed/simple; bh=Cr2v38MDZjbwZle0dk23yprQ+jNoMblUxVJYo8Za5uE=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=kaTXgHmfk376y1RcJ6CMI6FX32YLenQEImPCi8X3MGSH/o2rdlvxlsA3wM1K9aEsdlvRVvnBCWjlxfA6RbIqwoyDhLgq1ymiPotd+/9y57UBJk517fBO5DyBqjfVX11vdkWYfXsCJHO7+9Xpp5HWo/c/7FR8w+TcltuTDc1LWnY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=Q5uqRcIZ; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="Q5uqRcIZ" Received: from pps.filterd (m0279870.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BJ3rujR021183; Thu, 19 Dec 2024 08:00:23 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= omQWYdz/ILBjVi3LcwNjLzFnbULm0/dBkQSXNfXgALo=; b=Q5uqRcIZHPtt09Xs iBDIqLXtav2b4Y2BdSIXJi1omGAteVKSkyiwjbljCJDxL/8FcArFgxhXG+zoAyN9 LKjF2dEC/LA+AHTk665jxdpZLQyz3Ob99XPKyKitVYpNSW5s5lYSZ0OQPbugwlHY Ye+mEd8E3J7lx39NVWolTipPx/ynEdQRchas2K7okhNUsLwWxb3db6fSkqi4Xx8/ gu80XgWgPz8LVu12xt6LzMwkQG2DSgSOzAUAfjdOpUBQmT3/dNR8J5mRfgn9nPS+ MagbQ0xhPMRk+tdMQ/FdoXsvgWJlSiOSRaq8vkuqDA7t6IzrzmcrUmJvaJ9pseEq rDGsIA== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 43mbyxrgqv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 08:00:23 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA04.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 4BJ80Mjx014125 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 08:00:22 GMT Received: from lijuang2-gv.ap.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Thu, 19 Dec 2024 00:00:16 -0800 From: Lijuan Gao Date: Thu, 19 Dec 2024 15:59:47 +0800 Subject: [PATCH v2 5/6] arm64: dts: qcom: correct gpio-ranges for QCS615 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20241219-correct_gpio_ranges-v2-5-19af8588dbd0@quicinc.com> References: <20241219-correct_gpio_ranges-v2-0-19af8588dbd0@quicinc.com> In-Reply-To: <20241219-correct_gpio_ranges-v2-0-19af8588dbd0@quicinc.com> To: Bjorn Andersson , Linus Walleij , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley , "Jingyi Wang" , Konrad Dybcio CC: , , , , , Krzysztof Kozlowski , Lijuan Gao X-Mailer: b4 0.15-dev-99b12 X-Developer-Signature: v=1; a=ed25519-sha256; t=1734595195; l=870; i=quic_lijuang@quicinc.com; s=20240827; h=from:subject:message-id; bh=Cr2v38MDZjbwZle0dk23yprQ+jNoMblUxVJYo8Za5uE=; b=a7c0+Afh6EOjxsPkTG1bAHIjAJiFPztIC3vsNN0nAxMS+x2lO8vyX7WDgxXD0stE6XgQPg1RE 2FdROpTvLNVDWFgOsgvc7Mp8319yRtw/yGaT1rOcsG6nnqz9KxS1ykh X-Developer-Key: i=quic_lijuang@quicinc.com; a=ed25519; pk=1zeM8FpQK/J1jSFHn8iXHeb3xt7F/3GvHv7ET2RNJxE= X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: 9m89I067-Oa8qsJd3_nMv-ut3Z31s4HV X-Proofpoint-ORIG-GUID: 9m89I067-Oa8qsJd3_nMv-ut3Z31s4HV X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1015 malwarescore=0 adultscore=0 mlxscore=0 spamscore=0 priorityscore=1501 phishscore=0 impostorscore=0 lowpriorityscore=0 suspectscore=0 bulkscore=0 mlxlogscore=509 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2411120000 definitions=main-2412190062 Correct the gpio-ranges for the QCS615 TLMM pin controller to include GPIOs 0-122 and the UFS_RESET pin for primary UFS memory reset. Fixes: 8e266654a2fe ("arm64: dts: qcom: add QCS615 platform") Signed-off-by: Lijuan Gao Reviewed-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/qcs615.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/qcs615.dtsi b/arch/arm64/boot/dts/qcom/qcs615.dtsi index c0e4b376a1c6..4c3d8e39ce0b 100644 --- a/arch/arm64/boot/dts/qcom/qcs615.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs615.dtsi @@ -938,7 +938,7 @@ tlmm: pinctrl@3100000 { "west", "south"; interrupts = ; - gpio-ranges = <&tlmm 0 0 123>; + gpio-ranges = <&tlmm 0 0 124>; gpio-controller; #gpio-cells = <2>; interrupt-controller; From patchwork Thu Dec 19 07:59:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijuan Gao X-Patchwork-Id: 13914722 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) (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 2354A218AB4; Thu, 19 Dec 2024 08:00:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.168.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734595232; cv=none; b=VlCHCK7wPQPg2PY3Jv1fgRkLo2XQS+fWzV2VclaMV1GLuN6jgt5fnpUtt9awBGrSJX7B1I+yX7opiu1DXxtTVfM2e0QC+oOd2Min96lhBpB8OduQilR1tpB1qeHvI9fGeNeBR9gsKxVhnJevvw0KTcBFh4fczzBXza+iI+6trgE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734595232; c=relaxed/simple; bh=u+nIKYuqz1QU6Wn+hoI1usArWWaFErdzelkf+oEfW38=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=iTN92NXaJp+BYhGuTcjL3YjaMy63h/3JmFc6MfEUTOK+B5J0YHg4YoezYwMtvKBUz5bSRwN8DbbzQz7LmrVIl1fGqCsvoK1D5UNU80h6RO+PBfKcbJnI7aTJYwhVltKy0dGeDPTuzjw+PQwtArk4gSxT5bQDJfmR8KXZebKxnJw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=AvJGv2mz; arc=none smtp.client-ip=205.220.168.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="AvJGv2mz" Received: from pps.filterd (m0279866.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 4BJ3SY3g001370; Thu, 19 Dec 2024 08:00:27 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= FvohhyQ09v/B9uMyNUwzzkx7xs4YjzO0pt0MdQN0Q5o=; b=AvJGv2mzhzyKZL7j uUQEYm9FkKQ589i9NgUbPAwee8u/OWj8w62Sw239VZ/TrzyMLPOlKLzwwXs5u5q0 3wq6zr7CgmIKXzdOB2Q6lpTPZEnuTH2H4b2KOpKK1Fek+/475Ab8qdBKsoTcO5KY dYOGxiokMRzHrRewAgmWpBMjRiYsn6zEQdzMBbCs09ocvBGVNzfsxfALqa1AN/ZZ Zo5CGs3KqY5AWB3rvVfLeKq1YFppGVNviORfiUB31if8CvAfpoAEDBCpWUb9HC5M D83eo9df5Vf18Ux7EUCb7/L4loxBHgFEakoh5jRRf0HYeYXwDpbHAXn8FM11uRPV LkIt/A== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 43mbm60jgq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 08:00:26 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA01.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 4BJ80QF6023027 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Dec 2024 08:00:26 GMT Received: from lijuang2-gv.ap.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Thu, 19 Dec 2024 00:00:19 -0800 From: Lijuan Gao Date: Thu, 19 Dec 2024 15:59:48 +0800 Subject: [PATCH v2 6/6] arm64: dts: qcom: correct gpio-ranges for QCS8300 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20241219-correct_gpio_ranges-v2-6-19af8588dbd0@quicinc.com> References: <20241219-correct_gpio_ranges-v2-0-19af8588dbd0@quicinc.com> In-Reply-To: <20241219-correct_gpio_ranges-v2-0-19af8588dbd0@quicinc.com> To: Bjorn Andersson , Linus Walleij , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley , "Jingyi Wang" , Konrad Dybcio CC: , , , , , Krzysztof Kozlowski , Lijuan Gao X-Mailer: b4 0.15-dev-99b12 X-Developer-Signature: v=1; a=ed25519-sha256; t=1734595195; l=898; i=quic_lijuang@quicinc.com; s=20240827; h=from:subject:message-id; bh=u+nIKYuqz1QU6Wn+hoI1usArWWaFErdzelkf+oEfW38=; b=29PaMEtP1yURlVO8VxgTP2ns7rQBbBqpfXyL9VeVcThv/zA3lTXz8JHhF5F9Cgq7UwgRE2ajL ZRa+MK5JzwPBeW4yiggf0n2tVuRkkKGpZQv84vT0E3yFuPOf7M+FKvm X-Developer-Key: i=quic_lijuang@quicinc.com; a=ed25519; pk=1zeM8FpQK/J1jSFHn8iXHeb3xt7F/3GvHv7ET2RNJxE= X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: 08Jqw09mk_nqxHL4oqD5lcxo529eKxVH X-Proofpoint-GUID: 08Jqw09mk_nqxHL4oqD5lcxo529eKxVH X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=468 suspectscore=0 phishscore=0 adultscore=0 impostorscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 priorityscore=1501 spamscore=0 bulkscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2411120000 definitions=main-2412190062 Correct the gpio-ranges for the QCS8300 TLMM pin controller to include GPIOs 0-132 and the UFS_RESET pin for primary UFS memory reset. Fixes: 7be190e4bdd2 ("arm64: dts: qcom: add QCS8300 platform") Signed-off-by: Lijuan Gao Reviewed-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/qcs8300.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/qcs8300.dtsi b/arch/arm64/boot/dts/qcom/qcs8300.dtsi index 73abf2ef9c9f..07d6d3ff4365 100644 --- a/arch/arm64/boot/dts/qcom/qcs8300.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs8300.dtsi @@ -971,7 +971,7 @@ tlmm: pinctrl@f100000 { interrupts = ; gpio-controller; #gpio-cells = <2>; - gpio-ranges = <&tlmm 0 0 133>; + gpio-ranges = <&tlmm 0 0 134>; interrupt-controller; #interrupt-cells = <2>; wakeup-parent = <&pdc>;