[PATCH v1 1/2] dt-bindings: arm: tegra: Add Asus Portable AiO P1801-T

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

Add a compatible for the Asus Portable AiO P1801-T.

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 9cae3268a827..79b027740694 100644
--- a/Documentation/devicetree/bindings/arm/tegra.yaml
+++ b/Documentation/devicetree/bindings/arm/tegra.yaml
@@ -52,6 +52,10 @@ properties:
               - nvidia,cardhu-a04
           - const: nvidia,cardhu
           - const: nvidia,tegra30
+      - description: ASUS Portable AiO P1801-T
+        items:
+          - const: asus,p1801-t
+          - const: nvidia,tegra30
       - description: ASUS Transformers Device family
         items:
           - enum:
-- 
2.48.1
Re: [PATCH v1 1/2] dt-bindings: arm: tegra: Add Asus Portable AiO P1801-T
Posted by Rob Herring (Arm) 3 months, 2 weeks ago
On Mon, 16 Jun 2025 10:39:46 +0300, Svyatoslav Ryhel wrote:
> From: Maxim Schwalm <maxim.schwalm@gmail.com>
> 
> Add a compatible for the Asus Portable AiO P1801-T.
> 
> 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>