* [PATCH] arm64: dts: qcom: sc8280xp: fix usb_1 ssphy irq
@ 2022-07-15 16:53 Johan Hovold
2022-07-16 15:18 ` (subset) " Bjorn Andersson
0 siblings, 1 reply; 2+ messages in thread
From: Johan Hovold @ 2022-07-15 16:53 UTC (permalink / raw)
To: Bjorn Andersson
Cc: Andy Gross, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Andrew Halaney, Manivannan Sadhasivam, linux-arm-msm, devicetree,
linux-kernel, Johan Hovold
Fix the usb_1 SS PHY interrupt, which was mistakingly replaced with one
of the usb_2 PHY interrupts.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hi Bjorn,
I pointed this one out during the review of the base dtsi:
https://lore.kernel.org/lkml/YqDHjTkD%2FQZFS2Ub@hovoldconsulting.com/
but it never made it into the final submission.
This patch should be applied before the series I posted this morning:
https://lore.kernel.org/lkml/20220715070248.19078-1-johan+linaro@kernel.org/
Johan
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
index a10af542942b..ee62556a1481 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
@@ -1384,7 +1384,7 @@ usb_1: usb@a8f8800 {
interrupts-extended = <&intc GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
<&pdc 12 IRQ_TYPE_EDGE_BOTH>,
<&pdc 13 IRQ_TYPE_EDGE_BOTH>,
- <&pdc 16 IRQ_TYPE_LEVEL_HIGH>;
+ <&pdc 136 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "hs_phy_irq", "dp_hs_phy_irq",
"dm_hs_phy_irq", "ss_phy_irq";
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: (subset) [PATCH] arm64: dts: qcom: sc8280xp: fix usb_1 ssphy irq
2022-07-15 16:53 [PATCH] arm64: dts: qcom: sc8280xp: fix usb_1 ssphy irq Johan Hovold
@ 2022-07-16 15:18 ` Bjorn Andersson
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2022-07-16 15:18 UTC (permalink / raw)
To: Johan Hovold
Cc: Rob Herring, linux-arm-msm, linux-kernel, devicetree,
Krzysztof Kozlowski, Andy Gross, Andrew Halaney,
Manivannan Sadhasivam, Konrad Dybcio
On Fri, 15 Jul 2022 18:53:44 +0200, Johan Hovold wrote:
> Fix the usb_1 SS PHY interrupt, which was mistakingly replaced with one
> of the usb_2 PHY interrupts.
>
>
Applied, thanks!
[1/1] arm64: dts: qcom: sc8280xp: fix usb_1 ssphy irq
commit: 1583984623cfd6dc025cf5b891f7cfaf36819213
Best regards,
--
Bjorn Andersson <bjorn.andersson@linaro.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-16 15:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-15 16:53 [PATCH] arm64: dts: qcom: sc8280xp: fix usb_1 ssphy irq Johan Hovold
2022-07-16 15:18 ` (subset) " Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).