[PATCH 2/6] drivers: video: simple_panel: make simple panel independent of backlight

Simon Glass sjg at chromium.org
Mon Jan 23 19:42:38 CET 2023


On Mon, 23 Jan 2023 at 01:08, Nikhil M Jain <n-jain1 at 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-jain1 at ti.com>
> ---
>  drivers/video/simple_panel.c | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

but please see below


More information about the U-Boot mailing list