Skip to content

Commit 106f7b3

Browse files
nytowlShawn Guo
authored andcommitted
arm64: dts: imx8mq-librem5-devkit: use correct interrupt for the magnetometer
The LSM9DS1 uses a high level interrupt. Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca> Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm> Fixes: eb4ea08 ("arm64: dts: fsl: librem5: Add a device tree for the Librem5 devkit") Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent fe6a668 commit 106f7b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
pinctrl-names = "default";
422422
pinctrl-0 = <&pinctrl_imu>;
423423
interrupt-parent = <&gpio3>;
424-
interrupts = <19 IRQ_TYPE_LEVEL_LOW>;
424+
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
425425
vdd-supply = <&reg_3v3_p>;
426426
vddio-supply = <&reg_3v3_p>;
427427
};

0 commit comments

Comments
 (0)