diff options
author | Chanho Park <chanho61.park@samsung.com> | 2016-01-30 23:11:50 +0900 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2016-03-01 23:37:18 +0900 |
commit | fdc2e108932b302beb1e05515cdd722eb81d3a79 (patch) | |
tree | 20d34c30e3e3391c1cabe94ddd38844bb8755f17 /Documentation | |
parent | 92c96ff82b69c0800e5404d9165a6d01d360a69a (diff) | |
download | linux-fdc2e108932b302beb1e05515cdd722eb81d3a79.tar.gz linux-fdc2e108932b302beb1e05515cdd722eb81d3a79.tar.bz2 linux-fdc2e108932b302beb1e05515cdd722eb81d3a79.zip |
drm/exynos: support exynos5422 mipi-dsi
This patch supports mipi dsi for exynos5422. The dsi register
offsets of the exynos5422 are similar with exynos5433. However,
the values of the registers are quite different from the
exynos5433. For example, the exynos5422 uses sw reset like
previous chips.
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt b/Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt index 0e6f0c024858..22756b3dede2 100644 --- a/Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt +++ b/Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt @@ -6,6 +6,7 @@ Required properties: "samsung,exynos4210-mipi-dsi" /* for Exynos4 SoCs */ "samsung,exynos4415-mipi-dsi" /* for Exynos4415 SoC */ "samsung,exynos5410-mipi-dsi" /* for Exynos5410/5420/5440 SoCs */ + "samsung,exynos5422-mipi-dsi" /* for Exynos5422/5800 SoCs */ "samsung,exynos5433-mipi-dsi" /* for Exynos5433 SoCs */ - reg: physical base address and length of the registers set for the device - interrupts: should contain DSI interrupt |