lkml.org 
[lkml]   [2020]   [Sep]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.8 024/177] arm64: dts: imx8mq: Fix TMU interrupt property
    Date
    From: Krzysztof Kozlowski <krzk@kernel.org>

    [ Upstream commit 1f2f98f2703e8134678fe20982886085631eda23 ]

    "interrupt" is not a valid property. Using proper name fixes dtbs_check
    warning:

    arch/arm64/boot/dts/freescale/imx8mq-zii-ultra-zest.dt.yaml: tmu@30260000: 'interrupts' is a required property

    Fixes: e464fd2ba4d4 ("arm64: dts: imx8mq: enable the multi sensor TMU")
    Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
    Signed-off-by: Shawn Guo <shawnguo@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
    index 978f8122c0d2c..66ac66856e7e8 100644
    --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
    +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
    @@ -420,7 +420,7 @@
    tmu: tmu@30260000 {
    compatible = "fsl,imx8mq-tmu";
    reg = <0x30260000 0x10000>;
    - interrupt = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
    + interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
    clocks = <&clk IMX8MQ_CLK_TMU_ROOT>;
    little-endian;
    fsl,tmu-range = <0xb0000 0xa0026 0x80048 0x70061>;
    --
    2.25.1


    \
     
     \ /
      Last update: 2020-09-16 01:37    [W:5.192 / U:0.520 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site