aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/ti/tilcdc-panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/ti/tilcdc-panel.c')
-rw-r--r--drivers/video/ti/tilcdc-panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/ti/tilcdc-panel.c b/drivers/video/ti/tilcdc-panel.c
index b90dfae4ae..df95086a51 100644
--- a/drivers/video/ti/tilcdc-panel.c
+++ b/drivers/video/ti/tilcdc-panel.c
@@ -165,7 +165,7 @@ U_BOOT_DRIVER(tilcdc_panel) = {
.id = UCLASS_PANEL,
.of_match = tilcdc_panel_ids,
.ops = &tilcdc_panel_ops,
- .ofdata_to_platdata = tilcdc_panel_of_to_plat,
+ .of_to_plat = tilcdc_panel_of_to_plat,
.probe = tilcdc_panel_probe,
.remove = tilcdc_panel_remove,
.priv_auto = sizeof(struct tilcdc_panel_priv),