Skip to content

Commit e0d8678

Browse files
BoughChenShawn Guo
authored andcommitted
arm64: dts: imx8qm-mek: correct the light sensor interrupt type to low level
light sensor isl29023 share the interrupt with lsm303arg, but these two devices use different interrupt type. According to the datasheet of these two devides, both support low level trigger type, so correct the interrupt type here to avoid the following error log: irq: type mismatch, failed to map hwirq-11 for gpio@5d0c0000! Fixes: 9918092 ("arm64: dts: imx8qm-mek: add i2c0 and children devices") Fixes: 1d8a9f0 ("arm64: dts: imx8: use defines for interrupts") Signed-off-by: Haibo Chen <haibo.chen@nxp.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 1a8e81a commit e0d8678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8qm-mek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
compatible = "isil,isl29023";
577577
reg = <0x44>;
578578
interrupt-parent = <&lsio_gpio4>;
579-
interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
579+
interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
580580
};
581581

582582
pressure-sensor@60 {

0 commit comments

Comments
 (0)