[PATCH 0/5] arm64: dts: qcom: eliza-cqs-evk: Add storage subtypes and rework generic parts
From: Abel Vesa
Date: Mon Sep 14 2026 - 07:01:34 EST
It turns out there is a UFS variant of the Eliza CQS SoM as well. So
lets differentiate between them with -emmc and -ufs suffixes for DTBs
and compatible strings.
Adding -emmc suffix for to the current Eliza CQS SoM and EVK devicetree
files will not affect any current users as these boards haven't reached
the public use yet.
Also, move the sound card support from the eliza-cqs-evk to the generic
eliza-evk, which will allow it to be reused not only by the UFS variant,
but also by the Eliza CQM EVK later on.
Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
---
Abel Vesa (5):
dt-bindings: arm: qcom: Add more compatible for Eliza EVKs and SoMs
arm64: dts: qcom: eliza-cqs-evk: Move sound card support to Eliza EVK generic
arm64: dts: qcom: eliza: Rename existing EVK to suggest eMMC
arm64: dts: qcom: eliza: Add CQS SoM UFS variant
arm64: dts: qcom: eliza: Add CQS EVK UFS variant
Documentation/devicetree/bindings/arm/qcom.yaml | 9 +
arch/arm64/boot/dts/qcom/Makefile | 3 +-
arch/arm64/boot/dts/qcom/eliza-cqs-evk-emmc.dts | 18 +
arch/arm64/boot/dts/qcom/eliza-cqs-evk-ufs.dts | 18 +
arch/arm64/boot/dts/qcom/eliza-cqs-evk.dts | 141 -------
...{eliza-cqs-som.dtsi => eliza-cqs-som-emmc.dtsi} | 0
arch/arm64/boot/dts/qcom/eliza-cqs-som-ufs.dtsi | 421 +++++++++++++++++++++
arch/arm64/boot/dts/qcom/eliza-evk.dtsi | 139 +++++++
8 files changed, 607 insertions(+), 142 deletions(-)
---
base-commit: 68142f986ff04b2b70b31db00f719bf690f64a9a
change-id: 20260914-dts-qcom-eliza-add-ufs-variant-74092c6c35a4
Best regards,
--
Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>