[PATCH] arm64: dts: qcom: qcs6490-rb3gen2: Add missing clkreq pinctrl property

Krishna Chaitanya Chundru posted 1 patch 2 months, 3 weeks ago
arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: qcom: qcs6490-rb3gen2: Add missing clkreq pinctrl property
Posted by Krishna Chaitanya Chundru 2 months, 3 weeks ago
Add the missing clkreq pinctrl entry to the PCIe1 node. This ensures proper
configuration of the CLKREQ# signal, which is needed for proper functioning
of PCIe ASPM.

Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
index 5fbcd48f2e2d839835fa464a8d5682f00557f82e..8f15be63394658a6168175a5d2183a7a77e34426 100644
--- a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
+++ b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
@@ -811,7 +811,7 @@ &mdss_edp_phy {
 &pcie1 {
 	perst-gpios = <&tlmm 2 GPIO_ACTIVE_LOW>;
 
-	pinctrl-0 = <&pcie1_reset_n>, <&pcie1_wake_n>;
+	pinctrl-0 = <&pcie1_reset_n>, <&pcie1_wake_n>, <&pcie1_clkreq_n>;
 	pinctrl-names = "default";
 
 	iommu-map = <0x0 &apps_smmu 0x1c80 0x1>,

---
base-commit: e2291551827fe5d2d3758c435c191d32b6d1350e
change-id: 20250717-clkreq-92379d031869

Best regards,
-- 
Krishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com>
Re: [PATCH] arm64: dts: qcom: qcs6490-rb3gen2: Add missing clkreq pinctrl property
Posted by Bjorn Andersson 1 month, 3 weeks ago
On Thu, 17 Jul 2025 16:10:57 +0530, Krishna Chaitanya Chundru wrote:
> Add the missing clkreq pinctrl entry to the PCIe1 node. This ensures proper
> configuration of the CLKREQ# signal, which is needed for proper functioning
> of PCIe ASPM.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: qcs6490-rb3gen2: Add missing clkreq pinctrl property
      commit: 84f3849d0526b22589dd5b4a5634ed4235a6ccf9

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: dts: qcom: qcs6490-rb3gen2: Add missing clkreq pinctrl property
Posted by Konrad Dybcio 2 months, 3 weeks ago
On 7/17/25 12:40 PM, Krishna Chaitanya Chundru wrote:
> Add the missing clkreq pinctrl entry to the PCIe1 node. This ensures proper
> configuration of the CLKREQ# signal, which is needed for proper functioning
> of PCIe ASPM.
> 
> Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad