From 24941dbe1108f7fad2d19bc6dc067285c294bcc3 Mon Sep 17 00:00:00 2001 From: Rashid Zafar Date: Wed, 8 Nov 2023 13:53:40 -0800 Subject: [PATCH] ARM: dts: msm: Add pcie-pdc device for sun Add pcie-pdc device to allow configuring wakeup gpios at PCIe PDC for sun. Change-Id: I57722d564c2c39e7d2d7c35c967f826465d8dd5d Signed-off-by: Rashid Zafar --- qcom/sun.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index ddd0452a..17b56eae 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -409,6 +409,11 @@ interrupt-controller; }; + pcie_pdc: pdc@b360000 { + compatible = "qcom,sun-pcie-pdc", "qcom,pcie-pdc"; + reg = <0xb360000 0x10000>; + }; + aoss_qmp: power-controller@c300000 { compatible = "qcom,aoss-qmp"; reg = <0xc300000 0x400>;