Patch "arm64: dts: imx8mq: Add missing interrupts to GPC" has been added to the 5.9-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: imx8mq: Add missing interrupts to GPC

to the 5.9-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-imx8mq-add-missing-interrupts-to-gpc.patch
and it can be found in the queue-5.9 subdirectory.

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



commit c43cb6c18fd7a3f39052e654f56a14695dd2c4c5
Author: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
Date:   Fri Sep 4 16:53:09 2020 +0200

    arm64: dts: imx8mq: Add missing interrupts to GPC
    
    [ Upstream commit 791619f66843a213784efb2f171be98933bad991 ]
    
    The i.MX General Power Controller v2 device node was missing interrupts
    property necessary to route its interrupt to GIC.  This also fixes the
    dbts_check warnings like:
    
      arch/arm64/boot/dts/freescale/imx8mq-evk.dt.yaml: gpc@303a0000:
        {'compatible': ... '$nodename': ['gpc@303a0000']} is not valid under any of the given schemas
      arch/arm64/boot/dts/freescale/imx8mq-evk.dt.yaml: gpc@303a0000: 'interrupts' is a required property
    
    Fixes: fdbcc04da246 ("arm64: dts: imx8mq: add GPC power domains")
    Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
    Reviewed-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx>
    Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index 561fa792fe5a9..58c08398d4ba7 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -617,6 +617,7 @@ src: reset-controller@30390000 {
 			gpc: gpc@303a0000 {
 				compatible = "fsl,imx8mq-gpc";
 				reg = <0x303a0000 0x10000>;
+				interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
 				interrupt-parent = <&gic>;
 				interrupt-controller;
 				#interrupt-cells = <3>;



[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