doc: migration/release: 3.7: Add LED strip changes

Adds changes about the LED strip driver

Signed-off-by: Jamie McCrae <spam@helper3000.net>
This commit is contained in:
Jamie McCrae 2024-04-17 20:00:06 +01:00 committed by Henrik Brix Andersen
commit e911435d90
2 changed files with 13 additions and 0 deletions

View file

@ -252,6 +252,14 @@ LED Strip
* The property ``in-gpios`` defined in :dtcompatible:`worldsemi,ws2812-gpio` has been
renamed to ``gpios``. (:github:`68514`)
* The ``chain-length`` and ``color-mapping`` properties have been added to all LED strip bindings
and are now mandatory.
* Added a new mandatory ``length`` function which returns the length (number of pixels) of an LED
strip device.
* Made ``update_channels`` function optional and removed unimplemented functions.
Sensors
=======

View file

@ -207,6 +207,11 @@ Drivers and Sensors
* Input
* LED Strip
* The ``chain-length`` and ``color-mapping`` properties have been added to all LED strip
bindings.
* MDIO
* MFD