[PATCH v1 1/2] dt-bindings: arm: tegra: Add Asus VivoTab RT TF600T

Svyatoslav Ryhel posted 2 patches 7 months, 3 weeks ago
[PATCH v1 1/2] dt-bindings: arm: tegra: Add Asus VivoTab RT TF600T
Posted by Svyatoslav Ryhel 7 months, 3 weeks ago
From: Maxim Schwalm <maxim.schwalm@gmail.com>

Add a compatible for the Asus VivoTab RT TF600T.

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

diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml
index 79b027740694..534197a87439 100644
--- a/Documentation/devicetree/bindings/arm/tegra.yaml
+++ b/Documentation/devicetree/bindings/arm/tegra.yaml
@@ -65,6 +65,10 @@ properties:
               - asus,tf300tl
               - asus,tf700t
           - const: nvidia,tegra30
+      - description: Asus VivoTab RT
+        items:
+          - const: asus,tf600t
+          - const: nvidia,tegra30
       - description: LG Optimus 4X P880
         items:
           - const: lg,p880
-- 
2.48.1
Re: [PATCH v1 1/2] dt-bindings: arm: tegra: Add Asus VivoTab RT TF600T
Posted by Rob Herring (Arm) 7 months, 2 weeks ago
On Tue, 17 Jun 2025 10:03:19 +0300, Svyatoslav Ryhel wrote:
> From: Maxim Schwalm <maxim.schwalm@gmail.com>
> 
> Add a compatible for the Asus VivoTab RT TF600T.
> 
> Signed-off-by: Maxim Schwalm <maxim.schwalm@gmail.com>
> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
> ---
>  Documentation/devicetree/bindings/arm/tegra.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>