mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
arm64: dts: qcom: qrb4210-rb2: Fix UART3 wakeup IRQ storm
Follow commit9c92d36b0b("arm64: dts: qcom: qrb2210-rb1: Fix UART3 wakeup IRQ storm") and apply the similar fix to the RB2 platform. Having RX / TX pins as pull up and wakup interrupt as high-level triggered generates an interrupt storm when trying to suspend the device. Avoid the storm by using the falling edge trigger (as all other platforms do). Fixes:cab60b1665("arm64: dts: qcom: qrb4210-rb2: Enable bluetooth") Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260106-wcn3990-pwrctl-v2-6-0386204328be@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
2c3b8260d1
commit
c5dc4812f6
|
|
@ -694,7 +694,7 @@ sdc2_card_det_n: sd-card-det-n-state {
|
|||
|
||||
&uart3 {
|
||||
interrupts-extended = <&intc GIC_SPI 330 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&tlmm 11 IRQ_TYPE_LEVEL_HIGH>;
|
||||
<&tlmm 11 IRQ_TYPE_EDGE_FALLING>;
|
||||
pinctrl-0 = <&uart3_default>;
|
||||
pinctrl-1 = <&uart3_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user