[PATCH 1/3] dt-bindings: arm: samsung: Document gta4xl board binding

Alexandru Chimac posted 3 patches 2 weeks, 3 days ago
[PATCH 1/3] dt-bindings: arm: samsung: Document gta4xl board binding
Posted by Alexandru Chimac 2 weeks, 3 days ago
Add binding for the Samsung Galaxy Tab S6 Lite (SM-P610/SM-P615)
board.

Signed-off-by: Alexandru Chimac <alex@chimac.ro>
---
 Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml
index f8e20e602c2059c827ed6a7fab3ac0d8ae4caab7..ae926239f5fa434e409ccc9e30266e9a1c9a8546 100644
--- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml
+++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml
@@ -244,6 +244,12 @@ properties:
               - samsung,starlte                 # Samsung Galaxy S9 (SM-G960F)
           - const: samsung,exynos9810
 
+      - description: Exynos9610 based boards
+        items:
+          - enum:
+            - samsung,gta4xl # Samsung Galaxy Tab S6 Lite (SM-P610/P615)
+          - const: samsung,exynos9610
+
       - description: Exynos990 based boards
         items:
           - enum:

-- 
2.47.3
Re: [PATCH 1/3] dt-bindings: arm: samsung: Document gta4xl board binding
Posted by Rob Herring (Arm) 2 weeks, 3 days ago
On Sun, 14 Sep 2025 20:43:56 +0000, Alexandru Chimac wrote:
> Add binding for the Samsung Galaxy Tab S6 Lite (SM-P610/SM-P615)
> board.
> 
> Signed-off-by: Alexandru Chimac <alex@chimac.ro>
> ---
>  Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

My bot found errors running 'make dt_binding_check' on your patch:

yamllint warnings/errors:
./Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml:250:13: [warning] wrong indentation: expected 14 but found 12 (indentation)

dtschema/dtc warnings/errors:

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250914-exynos9610-devicetree-v1-1-2000fc3bbe0b@chimac.ro

The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.

If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:

pip3 install dtschema --upgrade

Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.