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

weifu wu posted 2 patches 1 month ago
[PATCH v2 2/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.

Eliminate duplicate data and add the device model to the compatible entry.

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

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 55d4afa9a70e..09c488973961 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -1068,12 +1068,6 @@ properties:
       - items:
           - enum:
               - acer,swift-sfa14-11
-          - const: acer,swift-sfa14-11
-          - const: qcom,x1e78100
-          - const: qcom,x1e80100
-
-      - items:
-          - enum:
               - lenovo,thinkpad-t14s-lcd
               - lenovo,thinkpad-t14s-oled
           - const: lenovo,thinkpad-t14s
-- 
2.48.1
Re: [PATCH v2 2/2] dt-bindings: arm: qcom: add Acer Swift SFA14-11
Posted by Krzysztof Kozlowski 1 month ago
On 05/01/2026 12:04, weifu wu wrote:
> Add DT binding documentation for Acer Swift SFA14-11 laptop based on Qualcomm X1E78100 SoC.

Can you please slow down and address the feedback? EACH one.

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

Drop, redundant.

> 
> Eliminate duplicate data and add the device model to the compatible entry.

Not relevant.

> 
> Signed-off-by: weifu wu <wwfu06@163.com>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index 55d4afa9a70e..09c488973961 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -1068,12 +1068,6 @@ properties:
>        - items:
>            - enum:
>                - acer,swift-sfa14-11
> -          - const: acer,swift-sfa14-11
> -          - const: qcom,x1e78100
> -          - const: qcom,x1e80100

There is no such hunk.

Please organize the patch documenting the compatible (DT bindings)
before the patch using that compatible.
See also:
https://elixir.bootlin.com/linux/v6.14-rc6/source/Documentation/devicetree/bindings/submitting-patches.rst#L46


Best regards,
Krzysztof