]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: qcs6490-rb3gen2: Add missing clkreq pinctrl property
authorKrishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com>
Thu, 17 Jul 2025 10:40:57 +0000 (16:10 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 11 Aug 2025 21:47:12 +0000 (16:47 -0500)
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>
Link: https://lore.kernel.org/r/20250717-clkreq-v1-1-5a82c7e8e891@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts

index 5fbcd48f2e2d839835fa464a8d5682f00557f82e..8f15be63394658a6168175a5d2183a7a77e34426 100644 (file)
 &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>,