[PATCH v1 1/2] dt-bindings: arm: tegra: Add Asus Transformer Pad TF300TL

Svyatoslav Ryhel posted 2 patches 9 months, 1 week ago
There is a newer version of this series
[PATCH v1 1/2] dt-bindings: arm: tegra: Add Asus Transformer Pad TF300TL
Posted by Svyatoslav Ryhel 9 months, 1 week ago
Add a compatible for the Asus Transformer Pad TF300TL.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
---
 Documentation/devicetree/bindings/arm/tegra.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml
index 65e0ff1fdf1e..3e106ff2a8be 100644
--- a/Documentation/devicetree/bindings/arm/tegra.yaml
+++ b/Documentation/devicetree/bindings/arm/tegra.yaml
@@ -61,6 +61,9 @@ properties:
       - items:
           - const: asus,tf300tg
           - const: nvidia,tegra30
+      - items:
+          - const: asus,tf300tl
+          - const: nvidia,tegra30
       - items:
           - const: asus,tf700t
           - const: nvidia,tegra30
-- 
2.43.0
Re: [PATCH v1 1/2] dt-bindings: arm: tegra: Add Asus Transformer Pad TF300TL
Posted by Krzysztof Kozlowski 9 months ago
On Sat, Mar 15, 2025 at 09:44:15AM +0200, Svyatoslav Ryhel wrote:
> Add a compatible for the Asus Transformer Pad TF300TL.
> 
> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
> ---
>  Documentation/devicetree/bindings/arm/tegra.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml
> index 65e0ff1fdf1e..3e106ff2a8be 100644
> --- a/Documentation/devicetree/bindings/arm/tegra.yaml
> +++ b/Documentation/devicetree/bindings/arm/tegra.yaml
> @@ -61,6 +61,9 @@ properties:
>        - items:
>            - const: asus,tf300tg
>            - const: nvidia,tegra30
> +      - items:
> +          - const: asus,tf300tl

That's just enum of previous entry. This pattern of one list per board
is not making it readable, but opposite.

Best regards,
Krzysztof