diff options
author | Kaustabh Chakraborty <kauschluss@disroot.org> | 2024-11-06 09:00:54 +0900 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2024-11-06 09:01:53 +0900 |
commit | 3bca8bc1fc3a7c66a6a4a5e40b84f6cf128b70e7 (patch) | |
tree | c47935359498b800f77139117ba13b9a555cf8d8 | |
parent | 086ed1d51544bfc1123b93eccc2ae88e0fbf3d51 (diff) |
dt-bindings: display: samsung,exynos7-decon: add exynos7870 compatible
Add the compatible string of Exynos7870 to the existing list.
Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Inki Dae <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 |