File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,11 @@ static const struct samsung_dsim_plat_data exynos5433_dsi_pdata = {
154154 .host_ops = & exynos_dsi_exynos_host_ops ,
155155};
156156
157+ static const struct samsung_dsim_plat_data exynos7870_dsi_pdata = {
158+ .hw_type = DSIM_TYPE_EXYNOS7870 ,
159+ .host_ops = & exynos_dsi_exynos_host_ops ,
160+ };
161+
157162static const struct of_device_id exynos_dsi_of_match [] = {
158163 {
159164 .compatible = "samsung,exynos3250-mipi-dsi" ,
@@ -175,6 +180,10 @@ static const struct of_device_id exynos_dsi_of_match[] = {
175180 .compatible = "samsung,exynos5433-mipi-dsi" ,
176181 .data = & exynos5433_dsi_pdata ,
177182 },
183+ {
184+ .compatible = "samsung,exynos7870-mipi-dsi" ,
185+ .data = & exynos7870_dsi_pdata ,
186+ },
178187 { /* sentinel. */ }
179188};
180189MODULE_DEVICE_TABLE (of , exynos_dsi_of_match );
You can’t perform that action at this time.
0 commit comments