Re: [PATCH v3 1/2] dt-bindings: arm: qcom: add Acer Swift SFA14-11
From: Konrad Dybcio
Date: Wed Jan 28 2026 - 06:56:13 EST
On 1/21/26 12:27 PM, 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.
>
> dt_binding_check and dtbs_check passed without errors
>
> Signed-off-by: weifu wu <wwfu06@xxxxxxx>
> ---
> Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index d48c625d3fc4..3de631667701 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -1076,6 +1076,7 @@ properties:
>
> - items:
> - enum:
> + - acer,swift-sfa14-11
> - lenovo,thinkpad-t14s-lcd
> - lenovo,thinkpad-t14s-oled
> - const: lenovo,thinkpad-t14s
This needs its own hunk, your patch as-is says:
"Acer built the Swift SFA14-11 on top of the Lenovo ThinkPad T14s's
motherboard."
Which I'm sure isn't true
Konrad