agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
540 stars 414 forks source link

rpi-base.inc: Added gpio-poweroff overlay. #940

Closed ckelloug3 closed 2 years ago

ckelloug3 commented 2 years ago

Some machines need to have the kernel toggle a gpio when an external power source needs to shut off power to complete a shutdown and de-energize the processor. gpio-poweroff provides this functionality but was omitted from the kernel overlays brought over by the rpi-layer from the kernel. Signed-off-by: Cameron Kellough cameron@telemetrak.com

agherzan-ci commented 2 years ago

Can one of the admins verify this patch?

agherzan commented 2 years ago

@agherzan-ci ok to test

agherzan commented 2 years ago

Thanks @ckelloug3