On Mon, 23 Jan 2023 at 01:08, Nikhil M Jain <n-ja...@ti.com> wrote: > > To support boards which don't need backlight control for > displays, > uclass_get_device_by_phandle(UCLASS_PANEL_BACKLIGHT, dev, > "backlight", &priv->backlight); returns ENOENT which can > be overlooked. > > Signed-off-by: Nikhil M Jain <n-ja...@ti.com> > --- > drivers/video/simple_panel.c | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> but please see below