Skip to content
Snippets Groups Projects
Commit dd9b9a80 authored by Angus Ainslie (Purism)'s avatar Angus Ainslie (Purism)
Browse files

arm64: dts: librem5: use the correct kind of interrupt for the

magnetometer

The LSM9DS1 uses a high level interrupt.

Signed-off-by: default avatarAngus Ainslie (Purism) <angus@akkea.ca>
parent ef814e5c
No related merge requests found
......@@ -532,7 +532,7 @@ magnetometer@1e {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_imu>;
interrupt-parent = <&gpio3>;
interrupts = <19 IRQ_TYPE_LEVEL_LOW>;
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
vdd-supply = <&reg_3v3_p>;
vddio-supply = <&reg_3v3_p>;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment