[PATCH v1 3/4] dt-bindings: arm: tegra: Add ASUS TF101G and SL101

Svyatoslav Ryhel posted 4 patches 3 days, 9 hours ago
[PATCH v1 3/4] dt-bindings: arm: tegra: Add ASUS TF101G and SL101
Posted by Svyatoslav Ryhel 3 days, 9 hours ago
Add a compatible for ASUS Eee Pad Transformer TF101G and ASUS Eee Pad
Slider SL101.

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

diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml
index 9cae3268a827..0484f80a0cf7 100644
--- a/Documentation/devicetree/bindings/arm/tegra.yaml
+++ b/Documentation/devicetree/bindings/arm/tegra.yaml
@@ -36,8 +36,12 @@ properties:
               - toradex,colibri_t20-iris
           - const: toradex,colibri_t20
           - const: nvidia,tegra20
-      - items:
-          - const: asus,tf101
+      - description: ASUS Transformers T20 Device family
+        items:
+          - enum:
+              - asus,sl101
+              - asus,tf101
+              - asus,tf101g
           - const: nvidia,tegra20
       - items:
           - const: acer,picasso
-- 
2.48.1
Re: [PATCH v1 3/4] dt-bindings: arm: tegra: Add ASUS TF101G and SL101
Posted by Krzysztof Kozlowski 1 day, 8 hours ago
On Sat, Sep 06, 2025 at 09:29:33AM +0300, Svyatoslav Ryhel wrote:
> Add a compatible for ASUS Eee Pad Transformer TF101G and ASUS Eee Pad
> Slider SL101.
> 
> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
> ---
>  Documentation/devicetree/bindings/arm/tegra.yaml | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof