[PATCH 1/4] dt-bindings: soc: samsung: scaler: exynos: Add ExynosAutov920 compatible

Kisung Lee posted 4 patches 1 month, 1 week ago
[PATCH 1/4] dt-bindings: soc: samsung: scaler: exynos: Add ExynosAutov920 compatible
Posted by Kisung Lee 1 month, 1 week ago
Add samsung,exynos5-scaler compatible for ExynosAutov920 SoC.

Signed-off-by: Kisung Lee <kiisung.lee@samsung.com>
---
 Documentation/devicetree/bindings/gpu/samsung-scaler.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/gpu/samsung-scaler.yaml b/Documentation/devicetree/bindings/gpu/samsung-scaler.yaml
index 9fb530e65d0e..5a472e29dc8a 100644
--- a/Documentation/devicetree/bindings/gpu/samsung-scaler.yaml
+++ b/Documentation/devicetree/bindings/gpu/samsung-scaler.yaml
@@ -14,6 +14,7 @@ properties:
     enum:
       - samsung,exynos5420-scaler
       - samsung,exynos5433-scaler
+      - samsung,exynos5-scaler
 
   reg:
     maxItems: 1
-- 
2.25.1
Re: [PATCH 1/4] dt-bindings: soc: samsung: scaler: exynos: Add ExynosAutov920 compatible
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On 27/08/2025 06:47, Kisung Lee wrote:
> Add samsung,exynos5-scaler compatible for ExynosAutov920 SoC.
> 
> Signed-off-by: Kisung Lee <kiisung.lee@samsung.com>
> ---
>  Documentation/devicetree/bindings/gpu/samsung-scaler.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/gpu/samsung-scaler.yaml b/Documentation/devicetree/bindings/gpu/samsung-scaler.yaml
> index 9fb530e65d0e..5a472e29dc8a 100644
> --- a/Documentation/devicetree/bindings/gpu/samsung-scaler.yaml
> +++ b/Documentation/devicetree/bindings/gpu/samsung-scaler.yaml
> @@ -14,6 +14,7 @@ properties:
>      enum:
>        - samsung,exynos5420-scaler
>        - samsung,exynos5433-scaler
> +      - samsung,exynos5-scaler

Uh, no, 5 != 920.

Please follow writing bindings or check my talk from yesterday at OSSE25.

Best regards,
Krzysztof