mbox series

[v1,0/3] librem5-devkit: Let LED use PWM

Message ID cover.1665318256.git.agx@sigxcpu.org
Headers show
Series librem5-devkit: Let LED use PWM | expand

Message

Guido Günther Oct. 9, 2022, 12:26 p.m. UTC
So far it used plain GPIO but we can use PWM for brightness control.
While at that use function and color (it's a single color LED) and
enable the pattern led trigger to make it more useful.



Guido Günther (3):
  arm64: defconfig: Enable pattern LED trigger
  arm64: dts: librem5-devkit: Make LED use PWM
  arm64: dts: librem5-devkit: Use function and color rather than label

 .../dts/freescale/imx8mq-librem5-devkit.dts   | 22 ++++++++++++-------
 arch/arm64/configs/defconfig                  |  1 +
 2 files changed, 15 insertions(+), 8 deletions(-)