diff options
author | YoungJun Cho <yj44.cho@samsung.com> | 2014-07-17 05:01:22 -0400 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2014-08-03 03:52:15 -0400 |
commit | 88dc66ccf5380eeb1be5b24cc2b2f8b35a166417 (patch) | |
tree | 0164c20992f3803b0391683f39075ba4a89e3689 | |
parent | 3854fab24e899c02439657956ab1d2c85001958c (diff) |
ARM: dts: exynos_dsim: add exynos5410 compatible to DT bindings
This patch adds relevant to exynos5410 compatible
for exynos5410 / 5420 / 5440 SoCs support.
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>
-rw-r--r-- | Documentation/devicetree/bindings/video/exynos_dsim.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/video/exynos_dsim.txt b/Documentation/devicetree/bindings/video/exynos_dsim.txt index 33b5730d07ba..31036c667d54 100644 --- a/Documentation/devicetree/bindings/video/exynos_dsim.txt +++ b/Documentation/devicetree/bindings/video/exynos_dsim.txt | |||
@@ -1,7 +1,9 @@ | |||
1 | Exynos MIPI DSI Master | 1 | Exynos MIPI DSI Master |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: "samsung,exynos4210-mipi-dsi" | 4 | - compatible: value should be one of the following |
5 | "samsung,exynos4210-mipi-dsi" /* for Exynos4 SoCs */ | ||
6 | "samsung,exynos5410-mipi-dsi" /* for Exynos5410/5420/5440 SoCs */ | ||
5 | - reg: physical base address and length of the registers set for the device | 7 | - reg: physical base address and length of the registers set for the device |
6 | - interrupts: should contain DSI interrupt | 8 | - interrupts: should contain DSI interrupt |
7 | - clocks: list of clock specifiers, must contain an entry for each required | 9 | - clocks: list of clock specifiers, must contain an entry for each required |