From e6219eae76acad1941bd38de434fe93bf35d24e3 Mon Sep 17 00:00:00 2001 From: Sneh Mankad Date: Mon, 21 Oct 2024 22:37:23 +0530 Subject: [PATCH 1/2] bindings: soc: qcom: Document pcie-pdc compatible for tuna Document pcie pdc device support for tuna. Change-Id: I56a2d505fd453ffbebc95dbf202b5f949ded4c4c Signed-off-by: Sneh Mankad --- bindings/soc/qcom/qcom,pcie-pdc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/soc/qcom/qcom,pcie-pdc.yaml b/bindings/soc/qcom/qcom,pcie-pdc.yaml index 8010730e..37a32c9f 100644 --- a/bindings/soc/qcom/qcom,pcie-pdc.yaml +++ b/bindings/soc/qcom/qcom,pcie-pdc.yaml @@ -21,6 +21,7 @@ properties: - qcom,sun-pcie-pdc - qcom,pineapple-pcie-pdc - qcom,cliffs-pcie-pdc + - qcom,tuna-pcie-pdc - qcom,pcie-pdc reg: From 9baa3580d7fc4c48e0cd88bfbda44635a0c68835 Mon Sep 17 00:00:00 2001 From: Sneh Mankad Date: Wed, 23 Oct 2024 11:03:24 +0530 Subject: [PATCH 2/2] ARM: dts: msm: Add pcie-pdc device for tuna Add PCIe PDC device to wakeup SoC from PCIe clk request gpio. Change-Id: Ic3a6027c6b3c8e80ff305ea82393720930c732b9 Signed-off-by: Sneh Mankad --- qcom/tuna.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index a2b7031e..4494477c 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -862,6 +862,11 @@ qcom,rproc-handle = <&adsp_pas>; }; + pcie_pdc: pdc@b360000 { + compatible = "qcom,tuna-pcie-pdc", "qcom,pcie-pdc"; + reg = <0xb360000 0x10000>; + }; + adsp_pas: remoteproc-adsp@03000000 { compatible = "qcom,tuna-adsp-pas"; reg = <0x03000000 0x10000>;