2024-04-24 15:56:00

by Xilin Wu via B4 Relay

[permalink] [raw]
Subject: [PATCH 00/10] AYN Odin 2 support

AYN Odin 2 is a gaming handheld based on QCS8550, which is derived
from SM8550 but without modem RF system.

This series bring support for:
* Remoteprocs
* UFS storage
* SD Card
* Type-C with USB3 10Gbps and DisplayPort (4-lane requires a pending
patch)
* PCIe0 (Wi-Fi requires the pending pwrseq series)
* Bluetooth
* Regulators
* Integrated fan with automatic speed control based on CPU temperature
* Power and volume keys
* M1, M2 buttons
* HDMI output up to 1080p 60hz
* four groups of RGB lights
* GPU
* Internal DSI display with touchscreen

Depends: [1]

[1] https://lore.kernel.org/all/[email protected]/

Signed-off-by: Xilin Wu <[email protected]>
---
Junhao Xie (2):
dt-bindings: pwm: Add SI-EN SN3112 PWM support
pwm: Add SI-EN SN3112 PWM support

Xilin Wu (8):
dt-bindings: display: panel: Add Synaptics TD4328
drm/panel: Add driver for Synaptics TD4328 LCD panel
arm64: dts: qcom: pmk8550: Add PWM controller
arm64: dts: qcom: sm8550: Add UART15
arm64: dts: qcom: sm8550: Update EAS properties
dt-bindings: vendor-prefixes: Add AYN Technologies
dt-bindings: arm: qcom: Add AYN Odin 2
arm64: dts: qcom: Add AYN Odin 2

Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
.../bindings/display/panel/synaptics,td4328.yaml | 69 +
.../devicetree/bindings/pwm/si-en,sn3112-pwm.yaml | 55 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/pmk8550.dtsi | 10 +
arch/arm64/boot/dts/qcom/qcs8550-ayn-odin2.dts | 1410 ++++++++++++++++++++
arch/arm64/boot/dts/qcom/sm8550.dtsi | 54 +-
drivers/gpu/drm/panel/Kconfig | 10 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-synaptics-td4328.c | 246 ++++
drivers/pwm/Kconfig | 10 +
drivers/pwm/Makefile | 1 +
drivers/pwm/pwm-sn3112.c | 336 +++++
14 files changed, 2190 insertions(+), 16 deletions(-)
---
base-commit: 90388b2f9fa5f332289335f99996e252697c0242
change-id: 20240424-ayn-odin2-initial-95b7c060cd03

Best regards,
--
Xilin Wu <[email protected]>