File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,14 @@ LED Strip
252
252
* The property ``in-gpios `` defined in :dtcompatible: `worldsemi,ws2812-gpio ` has been
253
253
renamed to ``gpios ``. (:github: `68514 `)
254
254
255
+ * The ``chain-length `` and ``color-mapping `` properties have been added to all LED strip bindings
256
+ and are now mandatory.
257
+
258
+ * Added a new mandatory ``length `` function which returns the length (number of pixels) of an LED
259
+ strip device.
260
+
261
+ * Made ``update_channels `` function optional and removed unimplemented functions.
262
+
255
263
Sensors
256
264
=======
257
265
Original file line number Diff line number Diff line change @@ -207,6 +207,11 @@ Drivers and Sensors
207
207
208
208
* Input
209
209
210
+ * LED Strip
211
+
212
+ * The ``chain-length `` and ``color-mapping `` properties have been added to all LED strip
213
+ bindings.
214
+
210
215
* MDIO
211
216
212
217
* MFD
You can’t perform that action at this time.
0 commit comments