0490-overlays-Clarify-gpio-poweroff-semantics-in-README.patch 862 B

123456789101112131415161718192021222324
  1. From a8fe903c1e5c6655795cdef8dfe0977018adc99b Mon Sep 17 00:00:00 2001
  2. From: Phil Elwell <phil@raspberrypi.org>
  3. Date: Mon, 22 Aug 2016 11:56:04 +0100
  4. Subject: [PATCH] overlays: Clarify gpio-poweroff semantics in README
  5. 1) GPIO pin is signalled on poweroff, not reboot.
  6. 2) In RPi kernels, halt is equivalent to poweroff.
  7. See: https://github.com/raspberrypi/linux/issues/1600
  8. ---
  9. arch/arm/boot/dts/overlays/README | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. --- a/arch/arm/boot/dts/overlays/README
  12. +++ b/arch/arm/boot/dts/overlays/README
  13. @@ -340,7 +340,7 @@ Params: gpio_pin Input pi
  14. Name: gpio-poweroff
  15. -Info: Drives a GPIO high or low on reboot
  16. +Info: Drives a GPIO high or low on poweroff (including halt)
  17. Load: dtoverlay=gpio-poweroff,<param>=<val>
  18. Params: gpiopin GPIO for signalling (default 26)