]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
BCM270x_DT: Add pwr_led, and the required "input" trigger
authorPhil Elwell <phil@raspberrypi.org>
Fri, 6 Feb 2015 13:50:57 +0000 (13:50 +0000)
committerAndy Whitcroft <apw@canonical.com>
Thu, 13 Jul 2017 16:49:56 +0000 (17:49 +0100)
commit3dce50c6da8b69f8647482180dc69e5abb5c375f
treeb29da3cade8cd04b4ff6ffc585390949db8be030
parent5d65e303749c4ece8acc74aaf1b6d63dd769c95b
BCM270x_DT: Add pwr_led, and the required "input" trigger

The "input" trigger makes the associated GPIO an input.  This is to support
the Raspberry Pi PWR LED, which is driven by external hardware in normal use.

N.B. pwr_led is not available on Model A or B boards.

leds-gpio: Implement the brightness_get method

The power LED uses some clever logic that means it is driven
by a voltage measuring circuit when configured as input, otherwise
it is driven by the GPIO output value. This patch wires up the
brightness_get method for leds-gpio so that user-space can monitor
the LED value via /sys/class/gpio/led1/brightness. Using the input
trigger this returns an indication of the system power health,
otherwise it is just whatever value the trigger has written most
recently.

See: https://github.com/raspberrypi/linux/issues/1064
drivers/leds/leds-gpio.c
drivers/leds/trigger/Kconfig
drivers/leds/trigger/Makefile
drivers/leds/trigger/ledtrig-input.c [new file with mode: 0644]
include/linux/leds.h