arm64: dts: qcom: Fix hs_phy_irq for SDM670/SDM845/SM6350
authorKrishna Kurapati <quic_kriskura@quicinc.com>
Thu, 25 Jan 2024 18:59:20 +0000 (00:29 +0530)
committerBjorn Andersson <andersson@kernel.org>
Sat, 27 Jan 2024 22:42:02 +0000 (16:42 -0600)
commit7c9afa1fd84ba1fb5b80eed490bfcde2206ef5b0
tree79353c64d191ea207581c14d62247ab3bce0ca87
parent6bf150aef236fbb6d9fd299081fa8f1f0f6fde6f
arm64: dts: qcom: Fix hs_phy_irq for SDM670/SDM845/SM6350

For sm6350/sdm670/sdm845, although they are qusb2 phy targets, dp/dm
interrupts are used for wakeup instead of qusb2_phy irq. These targets
were part of a generation that were the last ones to implement QUSB2 PHY
and the design incorporated dedicated DP/DM interrupts which eventually
carried forward to the newer femto based targets.

Add the missing pwr_event irq for these targets. Also modify order of
interrupts in accordance to bindings update. Modifying the order of these
interrupts is harmless as the driver tries to get these interrupts from DT
by name and not by index.

Signed-off-by: Krishna Kurapati <quic_kriskura@quicinc.com>
Link: https://lore.kernel.org/r/20240125185921.5062-4-quic_kriskura@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdm670.dtsi
arch/arm64/boot/dts/qcom/sdm845.dtsi
arch/arm64/boot/dts/qcom/sm6350.dtsi