* [PATCH] arm64: dts: qcom: msm8996: Fix dsi1 interrupts
@ 2023-08-05 13:09 David Wronek
2023-08-05 13:13 ` Konrad Dybcio
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: David Wronek @ 2023-08-05 13:09 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Dmitry Baryshkov,
Yassine Oudjana
Cc: linux-arm-msm, devicetree, linux-kernel,
~postmarketos/upstreaming, David Wronek
Fix IRQ flags mismatch which was keeping dsi1 from probing by changing
interrupts = <4> to interrupts = <5>.
Fixes: 2752bb7d9b58 ("arm64: dts: qcom: msm8996: add second DSI interface")
Signed-off-by: David Wronek <davidwronek@gmail.com>
---
arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 6f7065e8fd6c..c8e0986425ab 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -1126,7 +1126,7 @@ mdss_dsi1: dsi@996000 {
reg-names = "dsi_ctrl";
interrupt-parent = <&mdss>;
- interrupts = <4>;
+ interrupts = <5>;
clocks = <&mmcc MDSS_MDP_CLK>,
<&mmcc MDSS_BYTE1_CLK>,
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] arm64: dts: qcom: msm8996: Fix dsi1 interrupts
2023-08-05 13:09 [PATCH] arm64: dts: qcom: msm8996: Fix dsi1 interrupts David Wronek
@ 2023-08-05 13:13 ` Konrad Dybcio
2023-08-05 15:01 ` Yassine Oudjana
2023-08-14 3:27 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2023-08-05 13:13 UTC (permalink / raw)
To: David Wronek, Andy Gross, Bjorn Andersson, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Dmitry Baryshkov,
Yassine Oudjana
Cc: linux-arm-msm, devicetree, linux-kernel,
~postmarketos/upstreaming
On 5.08.2023 15:09, David Wronek wrote:
> Fix IRQ flags mismatch which was keeping dsi1 from probing by changing
> interrupts = <4> to interrupts = <5>.
>
> Fixes: 2752bb7d9b58 ("arm64: dts: qcom: msm8996: add second DSI interface")
> Signed-off-by: David Wronek <davidwronek@gmail.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Cc: stable@vger.kernel.org # v6.1
Konrad
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] arm64: dts: qcom: msm8996: Fix dsi1 interrupts
2023-08-05 13:09 [PATCH] arm64: dts: qcom: msm8996: Fix dsi1 interrupts David Wronek
2023-08-05 13:13 ` Konrad Dybcio
@ 2023-08-05 15:01 ` Yassine Oudjana
2023-08-14 3:27 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Yassine Oudjana @ 2023-08-05 15:01 UTC (permalink / raw)
To: David Wronek
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Dmitry Baryshkov,
linux-arm-msm, devicetree, linux-kernel,
~postmarketos/upstreaming
On Saturday, August 5th, 2023 at 2:09 PM, David Wronek <davidwronek@gmail.com> wrote:
> Fix IRQ flags mismatch which was keeping dsi1 from probing by changing
> interrupts = <4> to interrupts = <5>.
>
>
> Fixes: 2752bb7d9b58 ("arm64: dts: qcom: msm8996: add second DSI interface")
> Signed-off-by: David Wronek davidwronek@gmail.com
>
> ---
> arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> index 6f7065e8fd6c..c8e0986425ab 100644
> --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> @@ -1126,7 +1126,7 @@ mdss_dsi1: dsi@996000 {
> reg-names = "dsi_ctrl";
>
> interrupt-parent = <&mdss>;
>
> - interrupts = <4>;
>
> + interrupts = <5>;
>
>
> clocks = <&mmcc MDSS_MDP_CLK>,
>
> <&mmcc MDSS_BYTE1_CLK>,
>
> --
> 2.41.0
Acked-by: Yassine Oudjana <y.oudjana@protonmail.com>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] arm64: dts: qcom: msm8996: Fix dsi1 interrupts
2023-08-05 13:09 [PATCH] arm64: dts: qcom: msm8996: Fix dsi1 interrupts David Wronek
2023-08-05 13:13 ` Konrad Dybcio
2023-08-05 15:01 ` Yassine Oudjana
@ 2023-08-14 3:27 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2023-08-14 3:27 UTC (permalink / raw)
To: Andy Gross, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Dmitry Baryshkov, Yassine Oudjana, David Wronek
Cc: linux-arm-msm, devicetree, linux-kernel,
~postmarketos/upstreaming
On Sat, 05 Aug 2023 15:09:37 +0200, David Wronek wrote:
> Fix IRQ flags mismatch which was keeping dsi1 from probing by changing
> interrupts = <4> to interrupts = <5>.
>
>
Applied, thanks!
[1/1] arm64: dts: qcom: msm8996: Fix dsi1 interrupts
commit: bd3b4ac11845b428996cfd2c7b8302ba6a07340d
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-14 3:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-05 13:09 [PATCH] arm64: dts: qcom: msm8996: Fix dsi1 interrupts David Wronek
2023-08-05 13:13 ` Konrad Dybcio
2023-08-05 15:01 ` Yassine Oudjana
2023-08-14 3:27 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox