[PATCH v3 0/2] arm64: dts: qcom: add Acer Swift SFA14-11 support
From: weifu wu
Date: Wed Jan 21 2026 - 06:42:04 EST
This patch series adds support for the Acer Swift 14 Go Pro AI (SFA14-11) laptop powered by the Qualcomm X1E78100 SoC.
Patch 1 updates the DT bindings: it adds the new compatible string "acer,swift-sfa14-11" preceding the existing ThinkPad T14s entry.
Patch 2 synchronizes with the linux-next-20260120 source tree and adjusts the device tree node ordering based on previous review feedback.
All validation checks have passed successfully: dt_binding_check and dtbs_check both report no issues.
Additionally, the DTS has been fully validated through two steps:
1. Successful dtbs compilation
2. Successful boot test on the target Acer Swift SFA14-11 hardware
Test commands:
make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/arm/qcom.yaml
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- CHECK_DTBS=y arch/arm64/boot/dts/qcom/ -j$(nproc)
Best regards,
weifu wu (2):
dt-bindings: arm: qcom: add Acer Swift SFA14-11
arm64: dts: qcom: add Acer Swift SFA14-11 device tree
.../devicetree/bindings/arm/qcom.yaml | 1 +
arch/arm64/boot/dts/qcom/Makefile | 2 +
.../dts/qcom/x1e78100-acer-swift-sfa14-11.dts | 1784 +++++++++++++++++
3 files changed, 1787 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/x1e78100-acer-swift-sfa14-11.dts
--
2.51.0