From b4935d51fd3ebd0b08ddc2ba96e4341ae777fa49 Mon Sep 17 00:00:00 2001 From: Yan He Date: Fri, 12 Feb 2016 18:27:33 -0800 Subject: [PATCH] ARM: dts: msm: disable EP wake IRQ on MSM8996AU CDP Disable the default link training by EP wake IRQ on MSM8996AU CDP for PCIe RC 1 and PCIe RC 2. Change-Id: I6468f109d61f8660465c0450f4b2dc60a11746fe Signed-off-by: Yan He --- arch/arm/boot/dts/qcom/msm8996-auto-cdp.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/qcom/msm8996-auto-cdp.dtsi b/arch/arm/boot/dts/qcom/msm8996-auto-cdp.dtsi index 871150d60dc5..4c608d34e640 100644 --- a/arch/arm/boot/dts/qcom/msm8996-auto-cdp.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-auto-cdp.dtsi @@ -896,6 +896,14 @@ /delete-property/ vin-supply; }; +&pcie1 { + /delete-property/ qcom,ep-wakeirq; +}; + +&pcie2 { + /delete-property/ qcom,ep-wakeirq; +}; + &wsa881x_211 { /delete-property/ qcom,spkr-sd-n-gpio; };