[PATCH 1/2] dt-bindings: arm: qcom: add Acer Swift SFA14-11

weifu wu posted 2 patches 1 month ago
There is a newer version of this series
[PATCH 1/2] dt-bindings: arm: qcom: add Acer Swift SFA14-11
Posted by weifu wu 1 month ago
Add DT binding documentation for Acer Swift SFA14-11 laptop based on Qualcomm X1E78100 SoC.

This introduces a new compatible string for the Acer Swift SFA14-11 board.

Signed-off-by: weifu wu <wwfu06@163.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 4eb0a7a9ee4a..55d4afa9a70e 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -1065,6 +1065,13 @@ properties:
           - const: qcom,x1e001de
           - const: qcom,x1e80100
 
+      - items:
+          - enum:
+              - acer,swift-sfa14-11
+          - const: acer,swift-sfa14-11
+          - const: qcom,x1e78100
+          - const: qcom,x1e80100
+
       - items:
           - enum:
               - lenovo,thinkpad-t14s-lcd
-- 
2.48.1
Re: [PATCH 1/2] dt-bindings: arm: qcom: add Acer Swift SFA14-11
Posted by Krzysztof Kozlowski 1 month ago
On 05/01/2026 11:12, weifu wu wrote:
> Add DT binding documentation for Acer Swift SFA14-11 laptop based on Qualcomm X1E78100 SoC.
> 
> This introduces a new compatible string for the Acer Swift SFA14-11 board.
> 
> Signed-off-by: weifu wu <wwfu06@163.com>
> ---

You received review already. Don't ever send the same patches AGAIN.
This basically hides previous review deep in the mailboxes.

Best regards,
Krzysztof