diff options
author | Dave Airlie <airlied@redhat.com> | 2024-11-06 09:22:27 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-11-06 09:22:31 +0300 |
commit | e175800137f588688ac6aae30ce491e098f30c45 (patch) | |
tree | b2add72fdbdc509bf24c7a8b4480be50696c577e | |
parent | 1ed92616a1423d4197a1037c14d076e058a62587 (diff) | |
parent | 3bca8bc1fc3a7c66a6a4a5e40b84f6cf128b70e7 (diff) | |
download | linux-e175800137f588688ac6aae30ce491e098f30c45.tar.xz |
Merge tag 'exynos-drm-next-for-v6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
New feature
- Add a compatible string, "samsung,exynos7870-decon", for supporting
Exynos7870 SoC Decon device
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Inki Dae <inki.dae@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241106010943.796273-1-inki.dae@samsung.com
-rw-r--r-- | Documentation/devicetree/bindings/display/samsung/samsung,exynos7-decon.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/samsung/samsung,exynos7-decon.yaml b/Documentation/devicetree/bindings/display/samsung/samsung,exynos7-decon.yaml index 992c23ca7a4e..53916e4c95d8 100644 --- a/Documentation/devicetree/bindings/display/samsung/samsung,exynos7-decon.yaml +++ b/Documentation/devicetree/bindings/display/samsung/samsung,exynos7-decon.yaml @@ -19,7 +19,9 @@ description: | properties: compatible: - const: samsung,exynos7-decon + enum: + - samsung,exynos7-decon + - samsung,exynos7870-decon clocks: maxItems: 4 |