]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/exynos: dsi: add driver data to support Exynos5410/5420/5440 SoCs
authorYoungJun Cho <yj44.cho@samsung.com>
Thu, 17 Jul 2014 09:01:23 +0000 (18:01 +0900)
committerInki Dae <daeinki@gmail.com>
Sun, 3 Aug 2014 07:52:16 +0000 (16:52 +0900)
commit9a3204156b75c435559dd6e0fe4b236184751600
tree524259dddf652c34b11e30be46c996bdbd894bcf
parent88dc66ccf5380eeb1be5b24cc2b2f8b35a166417
drm/exynos: dsi: add driver data to support Exynos5410/5420/5440 SoCs

The offset of register DSIM_PLLTMR_REG in Exynos5410 / 5420 / 5440
SoCs is different from the one in Exynos4 SoCs.

In case of Exynos5410 / 5420 / 5440 SoCs, there is no frequency
band bit in DSIM_PLLCTRL_REG, and it uses DSIM_PHYCTRL_REG and
DSIM_PHYTIMING*_REG instead.
So this patch adds driver data to distinguish it.

Signed-off-by: YoungJun Cho <yj44.cho@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dsi.c