[PATCH v3 5/7] dt-bindings: arm: qcom: Add TUXEDO Computers device

Georg Gottleuber posted 7 patches 1 week, 3 days ago
[PATCH v3 5/7] dt-bindings: arm: qcom: Add TUXEDO Computers device
Posted by Georg Gottleuber 1 week, 3 days ago
Introduce new binding for the TUXEDO Elite 14 Gen1 laptop with X1E78100
SoC.

Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 18b5ed044f9f..f77dcc379494 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -1059,6 +1059,12 @@ properties:
           - const: qcom,x1e78100
           - const: qcom,x1e80100
 
+      - items:
+          - enum:
+              - tuxedo,elite14gen1
+          - const: qcom,x1e78100
+          - const: qcom,x1e80100
+
       - items:
           - enum:
               - asus,vivobook-s15
-- 
2.43.0
Re: [PATCH v3 5/7] dt-bindings: arm: qcom: Add TUXEDO Computers device
Posted by Krzysztof Kozlowski 1 week, 3 days ago
On 21/11/2025 15:26, Georg Gottleuber wrote:
> Introduce new binding for the TUXEDO Elite 14 Gen1 laptop with X1E78100
> SoC.
> 
> Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)


Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof