Patch "arm64: dts: qcom: sc7180: Drop flags on mdss irqs" has been added to the 5.8-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: qcom: sc7180: Drop flags on mdss irqs

to the 5.8-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-qcom-sc7180-drop-flags-on-mdss-irqs.patch
and it can be found in the queue-5.8 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 829e56b457edc8fd4a1ca8d68243fd97fbdaa3f1
Author: Stephen Boyd <swboyd@xxxxxxxxxxxx>
Date:   Tue Aug 11 12:25:03 2020 -0700

    arm64: dts: qcom: sc7180: Drop flags on mdss irqs
    
    [ Upstream commit 51e9874d382e089f664b3ce12773bbbaece5f369 ]
    
    The number of interrupt cells for the mdss interrupt controller is 1,
    meaning there should only be one cell for the interrupt number, not two
    where the second cell is the irq flags. Drop the second cell to match
    the binding.
    
    Cc: Kalyan Thota <kalyan_t@xxxxxxxxxxxxxx>
    Cc: Harigovindan P <harigovi@xxxxxxxxxxxxxx
    Fixes: a3db7ad1af49 ("arm64: dts: sc7180: add display dt nodes")
    Signed-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20200811192503.1811462-1-swboyd@xxxxxxxxxxxx
    Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index cfeeddcea7887..7f1b75b2bcee3 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -2357,7 +2357,7 @@ mdp: mdp@ae01000 {
 						       <19200000>;
 
 				interrupt-parent = <&mdss>;
-				interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
+				interrupts = <0>;
 
 				status = "disabled";
 
@@ -2380,7 +2380,7 @@ dsi0: dsi@ae94000 {
 				reg-names = "dsi_ctrl";
 
 				interrupt-parent = <&mdss>;
-				interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;
+				interrupts = <4>;
 
 				clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK>,
 					 <&dispcc DISP_CC_MDSS_BYTE0_INTF_CLK>,



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux