u-boot/drivers/led
Patrick Delaunay 1f6d81fe33 Revert "dm: led: auto probe() LEDs with "default-state""
This reverts commit bc882f5d5c.
because this patch adds the probe of LED driver during the
binding phasis. It is not allowed in driver model because
the drivers (clock, pincontrol) needed by the LED driver can
be also probed before the binding of all the device and
it is a source of problems.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
2018-08-10 10:27:32 -04:00
..
Kconfig dm: led: add BCM6358 led driver 2017-05-10 16:16:09 +02:00
led-uclass.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
led_bcm6328.c led: bcm6328: read base address in the parent node 2018-07-11 14:23:55 +02:00
led_bcm6358.c led: bcm6358: convert to use live dt 2018-06-01 15:56:02 +02:00
led_gpio.c Revert "dm: led: auto probe() LEDs with "default-state"" 2018-08-10 10:27:32 -04:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00