From b084d91083a9c2db57e7156fce6ae04eb5ada38a Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 26 Jan 2024 14:53:42 -0800 Subject: [PATCH] 5.4-stable patches added patches: arm64-dts-qcom-sdm845-fix-usb-wakeup-interrupt-types.patch --- ...dm845-fix-usb-wakeup-interrupt-types.patch | 47 +++++++++++++++++++ queue-5.4/series | 1 + 2 files changed, 48 insertions(+) create mode 100644 queue-5.4/arm64-dts-qcom-sdm845-fix-usb-wakeup-interrupt-types.patch diff --git a/queue-5.4/arm64-dts-qcom-sdm845-fix-usb-wakeup-interrupt-types.patch b/queue-5.4/arm64-dts-qcom-sdm845-fix-usb-wakeup-interrupt-types.patch new file mode 100644 index 00000000000..e8fbf3ae4f2 --- /dev/null +++ b/queue-5.4/arm64-dts-qcom-sdm845-fix-usb-wakeup-interrupt-types.patch @@ -0,0 +1,47 @@ +From 84ad9ac8d9ca29033d589e79a991866b38e23b85 Mon Sep 17 00:00:00 2001 +From: Johan Hovold +Date: Mon, 20 Nov 2023 17:43:28 +0100 +Subject: arm64: dts: qcom: sdm845: fix USB wakeup interrupt types + +From: Johan Hovold + +commit 84ad9ac8d9ca29033d589e79a991866b38e23b85 upstream. + +The DP/DM wakeup interrupts are edge triggered and which edge to trigger +on depends on use-case and whether a Low speed or Full/High speed device +is connected. + +Fixes: ca4db2b538a1 ("arm64: dts: qcom: sdm845: Add USB-related nodes") +Cc: stable@vger.kernel.org # 4.20 +Signed-off-by: Johan Hovold +Link: https://lore.kernel.org/r/20231120164331.8116-9-johan+linaro@kernel.org +Signed-off-by: Bjorn Andersson +Signed-off-by: Greg Kroah-Hartman +--- + arch/arm64/boot/dts/qcom/sdm845.dtsi | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi ++++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi +@@ -2503,8 +2503,8 @@ + + interrupts = , + , +- , +- ; ++ , ++ ; + interrupt-names = "hs_phy_irq", "ss_phy_irq", + "dm_hs_phy_irq", "dp_hs_phy_irq"; + +@@ -2547,8 +2547,8 @@ + + interrupts = , + , +- , +- ; ++ , ++ ; + interrupt-names = "hs_phy_irq", "ss_phy_irq", + "dm_hs_phy_irq", "dp_hs_phy_irq"; + diff --git a/queue-5.4/series b/queue-5.4/series index f84003b4e08..88fa3ba43d3 100644 --- a/queue-5.4/series +++ b/queue-5.4/series @@ -12,3 +12,4 @@ pm-hibernate-enforce-ordering-during-image-compression-decompression.patch hwrng-core-fix-page-fault-dead-lock-on-mmap-ed-hwrng.patch rpmsg-virtio-free-driver_override-when-rpmsg_remove.patch parisc-firmware-fix-f-extend-for-pdc-addresses.patch +arm64-dts-qcom-sdm845-fix-usb-wakeup-interrupt-types.patch -- 2.47.3