Skip to content
Snippets Groups Projects

Draft: arm64: dts: imx8mq-librem5: add an input key via the hall sensor

2 unresolved threads
1 file
+ 9
1
Compare changes
  • Side-by-side
  • Inline
@@ -65,6 +65,15 @@ key-vol-up {
debounce-interval = <50>;
wakeup-source;
};
event-hall-sensor {
label = "Hall Effect Sensor";
gpios = <&gpio1 18 GPIO_ACTIVE_LOW>;
debounce-interval = <15>;
linux,input-type = <EV_SW>;
linux,code = <SW_LID>;
wakeup-source;
};
};
led-controller {
@@ -641,7 +650,6 @@ MX8MQ_IOMUXC_NAND_DATA06_GPIO3_IO12 0x83
>;
};
/* unused */
pinctrl_hall: hallgrp {
fsl,pins = <
/* HALL */
Loading