Skip to content

Commit 1f2f98f

Browse files
krzkShawn Guo
authored andcommitted
arm64: dts: imx8mq: Fix TMU interrupt property
"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: e464fd2 ("arm64: dts: imx8mq: enable the multi sensor TMU") Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 5cbb80d commit 1f2f98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mq.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
tmu: tmu@30260000 {
424424
compatible = "fsl,imx8mq-tmu";
425425
reg = <0x30260000 0x10000>;
426-
interrupt = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
426+
interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
427427
clocks = <&clk IMX8MQ_CLK_TMU_ROOT>;
428428
little-endian;
429429
fsl,tmu-range = <0xb0000 0xa0026 0x80048 0x70061>;

0 commit comments

Comments
 (0)