From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 24 Jul 2018 19:45:14 -0700 Subject: [U-Boot] [PATCH v3 2/5] Revert "dm: led: auto probe() LEDs with "default-state"" In-Reply-To: <1532422712-15107-3-git-send-email-patrick.delaunay@st.com> References: <1532422712-15107-1-git-send-email-patrick.delaunay@st.com> <1532422712-15107-3-git-send-email-patrick.delaunay@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 24 July 2018 at 02:58, Patrick Delaunay wrote: > > This reverts commit bc882f5d5c7b4d6ed5e927bf838863af43c786e7. > 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 > --- > > Changes in v3: > - add motivation in revert commit > > Changes in v2: None > > drivers/led/led_gpio.c | 9 --------- > 1 file changed, 9 deletions(-) > Reviewed-by: Simon Glass