Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1728621
| From | Hoegeun Kwon <hoegeun.kwon@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 1/6] [media] exynos-gsc: Add compatible for Exynos 5250 and 5420 specific version |
| Date | 2017-09-08 08:10 +0200 |
| Message-ID | <unkEi-2Qx-35@gated-at.bofh.it> (permalink) |
| References | <unkEh-2Qx-7@gated-at.bofh.it> <unkEi-2Qx-37@gated-at.bofh.it> <unkEh-2Qx-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Exynos 5250 and 5420 have different hardware rotation limits. Since we have to distinguish between these two, we add different compatible(samsung,exynos5250-gsc and samsung,exynos5420-gsc). Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com> --- Documentation/devicetree/bindings/media/exynos5-gsc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/media/exynos5-gsc.txt b/Documentation/devicetree/bindings/media/exynos5-gsc.txt index 26ca25b..daa56d5 100644 --- a/Documentation/devicetree/bindings/media/exynos5-gsc.txt +++ b/Documentation/devicetree/bindings/media/exynos5-gsc.txt @@ -5,6 +5,7 @@ G-Scaler is used for scaling and color space conversion on EXYNOS5 SoCs. Required properties: - compatible: should be "samsung,exynos5-gsc" (for Exynos 5250, 5420 and 5422 SoCs) or "samsung,exynos5433-gsc" (Exynos 5433) + or "samsung,exynos5250-gsc" or "samsung,exynos5420-gsc" - reg: should contain G-Scaler physical address location and length. - interrupts: should contain G-Scaler interrupt number -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 0/6] Exynos-gsc: Support the hardware rotation limits Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-09-08 08:10 +0200 [PATCH v3 1/6] [media] exynos-gsc: Add compatible for Exynos 5250 and 5420 specific version Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-09-08 08:10 +0200
csiph-web