Hi,
I would like to add an overlay to my device that allows support for shutdown from GPIO. The overlay is gpio-shutdown-overlay.dts
This allows me to shutdown the device using GPIO without writing code to monitor a button.
To enable this I add the following to /boot/config.txt
dtoverlay=gpio-shutdown,gpio_pin=17,active_low=1,gpio_pull=up
… but currently it does not work when I use the GPIO, so how can I make this work as I think that it is needed in the HOST-OS to work.
Many thanks.