[PATCH v1 07/10] video: tegra20: dc: support binding child devices
Svyatoslav Ryhel
clamor95 at gmail.com
Wed Mar 12 18:58:54 CET 2025
Implement child binding helper within DC bind to support DC PWM backlight
feature.
Signed-off-by: Svyatoslav Ryhel <clamor95 at gmail.com>
---
drivers/video/tegra20/tegra-dc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/tegra20/tegra-dc.c b/drivers/video/tegra20/tegra-dc.c
index 516a397872a..1f43153ff27 100644
--- a/drivers/video/tegra20/tegra-dc.c
+++ b/drivers/video/tegra20/tegra-dc.c
@@ -632,7 +632,7 @@ static int tegra_lcd_bind(struct udevice *dev)
plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT *
(1 << LCD_MAX_LOG2_BPP) / 8;
- return 0;
+ return dm_scan_fdt_dev(dev);
}
static const struct tegra_dc_soc_info tegra20_dc_soc_info = {
--
2.43.0
More information about the U-Boot
mailing list