
23 Jan
2023
23 Jan
'23
7:42 p.m.
On Mon, 23 Jan 2023 at 01:08, Nikhil M Jain n-jain1@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@ti.com
drivers/video/simple_panel.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
but please see below