summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-ventana-panel.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-panel.c b/arch/arm/mach-tegra/board-ventana-panel.c
index e848441ef7e0..437969261b22 100644
--- a/arch/arm/mach-tegra/board-ventana-panel.c
+++ b/arch/arm/mach-tegra/board-ventana-panel.c
@@ -346,6 +346,8 @@ static struct platform_device *ventana_gfx_devices[] __initdata = {
&ventana_nvmap_device,
#endif
&tegra_pwfm2_device,
+};
+static struct platform_device *ventana_backlight_devices[] __initdata = {
&ventana_backlight_device,
};
@@ -446,6 +448,9 @@ int __init ventana_panel_init(void)
err = nvhost_device_register(&ventana_disp2_device);
#endif
+ err = platform_add_devices(ventana_backlight_devices,
+ ARRAY_SIZE(ventana_backlight_devices));
+
return err;
}