[PATCH v1 0/2] Add Acer Swift SFA14-11 DT and bindings

weifu wu posted 2 patches 1 month ago
Only 0 patches received!
There is a newer version of this series
.../devicetree/bindings/arm/qcom.yaml         |    7 +
arch/arm64/boot/dts/qcom/Makefile             |    2 +
.../dts/qcom/x1e78100-acer-swift-sfa14-11.dts | 1650 +++++++++++++++++
3 files changed, 1659 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/x1e78100-acer-swift-sfa14-11.dts
[PATCH v1 0/2] Add Acer Swift SFA14-11 DT and bindings
Posted by weifu wu 1 month ago
This series adds initial device tree support for the Acer Swift SFA14-11
laptop based on Qualcomm X1E78100 SoC.

Patch 1 adds the DT binding for the new board compatible string.
Patch 2 adds the device tree source file and updates the Makefile.

Tested by building dtbs and booting on the target hardware. Display panel
and backlight were verified via eDP.

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         |    7 +
 arch/arm64/boot/dts/qcom/Makefile             |    2 +
 .../dts/qcom/x1e78100-acer-swift-sfa14-11.dts | 1650 +++++++++++++++++
 3 files changed, 1659 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/x1e78100-acer-swift-sfa14-11.dts

-- 
2.48.1
Re: [PATCH v1 0/2] Add Acer Swift SFA14-11 DT and bindings
Posted by Krzysztof Kozlowski 1 month ago
On 04/01/2026 15:30, weifu wu wrote:
> This series adds initial device tree support for the Acer Swift SFA14-11
> laptop based on Qualcomm X1E78100 SoC.
> 
> Patch 1 adds the DT binding for the new board compatible string.
> Patch 2 adds the device tree source file and updates the Makefile.
> 


... so here is the rest - broken threading. Please start using b4, so
you won't be making this simple mistakes.

Best regards,
Krzysztof