Round of improvements for Asus Zenbook A14, two changes:
1. Support LCD option on X1 (UX3407QA) variant. Until now, 'edp-panel'
was used for both X1/X1E models, for both OLED panels. The lower end
model also comes with IPS, which unfortunately needs PWM brightness
controls. Follow example of Lenovo t14s - create a dedicated DT with
dedicated 'compatible'. To maintain backward compatibility, do not
rename current devicetree nor the 'model'.
As this results in 3 DTs for 3 variants of the laptop, change
OLED variants from 'edp-panel' to respective drivers (it appears both
panels happily work both in old and new setup). Compatible for the
panels were added to linux-next some weeks ago.
2. Add WiFi nodes for X1E (UX3407RA) variant. Almost identical to
UX3407QA but uses ath12k instead of ath11k. Was not addded during
initial bring-up due to lack of hardware to verify WiFi's operation.
Signed-off-by: Aleksandrs Vinarskis <alex@vinarskis.com>
---
Aleksandrs Vinarskis (3):
dt-bindings: arm: qcom: Add Asus Zenbook A14 UX3407QA LCD/OLED variants
arm64: dts: qcom: Rework X1-based Asus Zenbook A14's displays
arm64: dts: qcom: x1e80100-asus-zenbook-a14: Enable WiFi, Bluetooth
Documentation/devicetree/bindings/arm/qcom.yaml | 8 +-
arch/arm64/boot/dts/qcom/Makefile | 2 +
arch/arm64/boot/dts/qcom/x1-asus-zenbook-a14.dtsi | 6 +-
.../boot/dts/qcom/x1e80100-asus-zenbook-a14.dts | 102 +++++++++++++++
.../dts/qcom/x1p42100-asus-zenbook-a14-lcd.dts | 62 +++++++++
.../boot/dts/qcom/x1p42100-asus-zenbook-a14.dts | 133 +------------------
.../boot/dts/qcom/x1p42100-asus-zenbook-a14.dtsi | 141 +++++++++++++++++++++
7 files changed, 322 insertions(+), 132 deletions(-)
---
base-commit: 3e8e5822146bc396d2a7e5fbb7be13271665522a
change-id: 20250908-zenbook-improvements-18147b38238b
Best regards,
--
Aleksandrs Vinarskis <alex@vinarskis.com>