summaryrefslogtreecommitdiff
path: root/qcom/kona-usb.dtsi
diff options
context:
space:
mode:
authorRohith Kollalsi <rkollals@qti.qualcomm.com>2020-07-23 22:28:21 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2020-07-26 23:37:27 -0700
commiteebaa902ba38ccd57da3373f73edc20a154fe774 (patch)
treeae2f4f2d856ee42586fdccaaf9408eddd4a54ed5 /qcom/kona-usb.dtsi
parent379691201183c66de2b5450ee12fffae249719cd (diff)
downloaddevicetree-eebaa902ba38ccd57da3373f73edc20a154fe774.tar.gz
ARM: dts: msm: Change trigger type of dp_hs_phy_irq,dm_hs_phy_irq for kona
Irq type mentioned in dwc3-msm at usb_irq_info for dp_hs_phy_irq and dm_hs_phy_irq is trigger rising but irq type for the same in kona dtsi is edge both because of which mismatch is seen when mapping dp_hs_phy_irq and dm_hs_phy_irq. This mismatch results in failure to register interrupts with PDC controller. To fix the type mismatch issue change the trigger type of dp_hs_phy_irq and dm_hs_phy_irq to EDGE RISING. Change-Id: Ia7bd47cdc853ac9c89f346c85b96640d1fd64098
Diffstat (limited to 'qcom/kona-usb.dtsi')
-rw-r--r--qcom/kona-usb.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/qcom/kona-usb.dtsi b/qcom/kona-usb.dtsi
index 5df6ddd5..f4026b3f 100644
--- a/qcom/kona-usb.dtsi
+++ b/qcom/kona-usb.dtsi
@@ -15,10 +15,10 @@
#size-cells = <1>;
ranges;
- interrupts-extended = <&pdc 14 IRQ_TYPE_EDGE_BOTH>,
+ interrupts-extended = <&pdc 14 IRQ_TYPE_EDGE_RISING>,
<&intc GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
<&pdc 17 IRQ_TYPE_LEVEL_HIGH>,
- <&pdc 15 IRQ_TYPE_EDGE_BOTH>;
+ <&pdc 15 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "dp_hs_phy_irq", "pwr_event_irq",
"ss_phy_irq", "dm_hs_phy_irq";
qcom,use-pdc-interrupts;