zephyr/drivers/led_strip
Kumar Gala 4e7863dc41 dts: Make instance defines consistent
We generated a define for each instance to convey its existance of the
form:
	#define DT_<COMPAT>_<INSTANCE> 1

However we renamed all other instance defines to be of the form
DT_INST_<INSTANCE>_<FOO>.  To make things consistent we now generate a
define of the form:

	#define DT_INST_<INSTANCE>_<COMPAT> 1

We also now deprecate the DT_<COMPAT>_<INSTANCE> form and fixup all uses
to use the new form.

Fixes: #17650

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-07-30 17:10:31 -05:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig
Kconfig.apa102
Kconfig.lpd880x led_strip: lpd880x: Add Device Tree support 2019-01-29 12:04:07 -06:00
Kconfig.ws2812 led_strip: ws2182: Add Device Tree support 2019-01-18 12:47:45 -06:00
Kconfig.ws2812b_sw
apa102.c cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
lpd880x.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
ws2812.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
ws2812b_sw.c cleanup: include/: move led_strip.h to drivers/led_strip.h 2019-06-27 22:55:49 -04:00