From 9baa3580d7fc4c48e0cd88bfbda44635a0c68835 Mon Sep 17 00:00:00 2001 From: Sneh Mankad Date: Wed, 23 Oct 2024 11:03:24 +0530 Subject: [PATCH] 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>;