[PATCH v3 0/3] qrb2210-rb1: HDMI/I2S audio playback support

Alexey Klimov posted 3 patches 1 month, 3 weeks ago
arch/arm64/boot/dts/qcom/qcm2290.dtsi    | 110 +++++++++++++++++++++++++++++++
arch/arm64/boot/dts/qcom/qrb2210-rb1.dts |  55 ++++++++++++++++
2 files changed, 165 insertions(+)
[PATCH v3 0/3] qrb2210-rb1: HDMI/I2S audio playback support
Posted by Alexey Klimov 1 month, 3 weeks ago
This series adds a feature to playback/output audio via HDMI
on the Qualcomm RB1 board. Since RB1 and RB2 are very similar
to each and other and most likely use the same mainboard therefore
this series is pretty much a rework of the similar patchset for RB2.

Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
---
Changes in v3:
- corrected compatible for sound node for rb1;
- sound node model name contains "Speaker" instead of "Speakers" now
  to indicate that output is single channel (mono);
- resorted pins by gpio indexes (as asked by Konrad), back to the initial
  version;
- dropped output-high from lpass pins description;
- dropped patch ("dt-bindings: pinctrl: qcom,sm6115-lpass-lpi: add QCM2290 compatible")
  applied by Linus;
- Link to v2: https://lore.kernel.org/r/20251007-rb1_hdmi_audio-v2-0-821b6a705e4c@linaro.org

Changes in v2:
- added tags;
- patch that adds sndcard compatble is moved into separate series
and also one new patch is added there;
here: https://lore.kernel.org/linux-sound/20251007-qrb2210-qcm2290-sndcard-v1-0-8222141bca79@linaro.org/
- resorted cpu,codec,platform subnodes of HDMI DAI link
(as asked by Konrad);
- apr => APR in "arm64: dts: qcom: qcm2290: add apr and its services"
(as suggested by Dmitry);
- resorted pins in LPASS TLMM node (as asked by Konrad);

Previous version:
https://lore.kernel.org/linux-sound/20250302-rb1_hdmi_sound_first-v1-0-81a87ae1503c@linaro.org/

---
Alexey Klimov (3):
      arm64: dts: qcom: qcm2290: add APR and its services
      arm64: dts: qcom: qcm2290: add LPASS LPI pin controller
      arm64: dts: qcom: qrb2210-rb1: add HDMI/I2S audio playback support

 arch/arm64/boot/dts/qcom/qcm2290.dtsi    | 110 +++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/qrb2210-rb1.dts |  55 ++++++++++++++++
 2 files changed, 165 insertions(+)
---
base-commit: fe45352cd106ae41b5ad3f0066c2e54dbb2dfd70
change-id: 20251007-rb1_hdmi_audio-1ab3cd93fc9e
prerequisite-change-id: 20251007-qrb2210-qcm2290-sndcard-da54245aae3f:v2
prerequisite-patch-id: 56bfb709f3b52ca03a04df1090f3413764985be8
prerequisite-patch-id: 986319766f2f9e41cc702af7f6ebbb764f5117da

Best regards,
-- 
Alexey Klimov <alexey.klimov@linaro.org>
Re: [PATCH v3 0/3] qrb2210-rb1: HDMI/I2S audio playback support
Posted by Bjorn Andersson 1 month, 2 weeks ago
On Wed, 22 Oct 2025 07:06:40 +0100, Alexey Klimov wrote:
> This series adds a feature to playback/output audio via HDMI
> on the Qualcomm RB1 board. Since RB1 and RB2 are very similar
> to each and other and most likely use the same mainboard therefore
> this series is pretty much a rework of the similar patchset for RB2.
> 
> 

Applied, thanks!

[1/3] arm64: dts: qcom: qcm2290: add APR and its services
      commit: f8d21b5e4caa7a8e06cf6c08d85f6e992562a667
[2/3] arm64: dts: qcom: qcm2290: add LPASS LPI pin controller
      commit: 1fc30731562bb45e53e09d40fc69bc4364310b6e
[3/3] arm64: dts: qcom: qrb2210-rb1: add HDMI/I2S audio playback support
      commit: acb854eba80dceb12329cbe162122491f13a8a2a

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>