drm/exynos: dsi: add support for exynos7870
Add glue layer support for Exynos7870's DSIM IP bridge driver. Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
committed by
Inki Dae
parent
e1361a4f1b
commit
472df181d7
@@ -154,6 +154,11 @@ static const struct samsung_dsim_plat_data exynos5433_dsi_pdata = {
|
||||
.host_ops = &exynos_dsi_exynos_host_ops,
|
||||
};
|
||||
|
||||
static const struct samsung_dsim_plat_data exynos7870_dsi_pdata = {
|
||||
.hw_type = DSIM_TYPE_EXYNOS7870,
|
||||
.host_ops = &exynos_dsi_exynos_host_ops,
|
||||
};
|
||||
|
||||
static const struct of_device_id exynos_dsi_of_match[] = {
|
||||
{
|
||||
.compatible = "samsung,exynos3250-mipi-dsi",
|
||||
@@ -175,6 +180,10 @@ static const struct of_device_id exynos_dsi_of_match[] = {
|
||||
.compatible = "samsung,exynos5433-mipi-dsi",
|
||||
.data = &exynos5433_dsi_pdata,
|
||||
},
|
||||
{
|
||||
.compatible = "samsung,exynos7870-mipi-dsi",
|
||||
.data = &exynos7870_dsi_pdata,
|
||||
},
|
||||
{ /* sentinel. */ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, exynos_dsi_of_match);
|
||||
|
||||
Reference in New Issue
Block a user