From: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
To: lee@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, andersson@kernel.org,
konradybcio@kernel.org, sboyd@kernel.org
Cc: dmitry.baryshkov@oss.qualcomm.com, alexey.klimov@linaro.org,
r.mereu@arduino.cc, srini@kernel.org,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Subject: [PATCH v3 0/5] arm64: dts: arduino-imola: add support for sound
Date: Tue, 22 Sep 2026 23:11:22 +0100 [thread overview]
Message-ID: <cover.1790114902.git.srinivas.kandagatla@oss.qualcomm.com> (raw)
In-Reply-To: <20260223133950.221234-1-srinivas.kandagatla@oss.qualcomm.com>
This patchset adds support for audio on Arduino-Imola platform which is
based on Agatti SoC. Some of Alexey's patches are reworked and sent
here as per previous review comments, mainly on the dt-bindings part.
Base SoC-level dtsi bits are picked up from
https://git.codelinaro.org/alexey.klimov/linux_next_tracking/-/commits/rb1_audio_wip_v3?ref_type=HEADS
Along with these changes, add sound nodes for Imola, a clk fix and
defconfig changes.
thanks,
Srini
Changes since v2:
- dt-bindings/mfd: switch to properties.compatible.contains.enum
with required: compatible, per Rob.
- agatti.dtsi: collapse each <&q6afecc ...> clock cell onto a
single line, per Dmitry.
- keep qcom,sm6115-lpassaudiocc / qcom,sm6115-lpasscc compatibles;
Konrad Acked staying with the established practice.
- defconfig: carry Reviewed-by from Dmitry.
- rebase on next-20260917.
Changes since v1:
- updated various register ranges as per documentation.
- added a fix for sm6115 lpasscc driver.
- updated commit log
- fixed various style issues in dt nodes.
Alexey Klimov (2):
dt-bindings: mfd: qcom,spmi-pmic: add compatibles for pm4124-codec
arm64: dts: qcom: agatti: add LPASS devices
Srinivas Kandagatla (3):
clk: qcom: fix SM6115 lpasscc register offset
arm64: dts: arduino-imola: add support for sound
arm64: defconfig: Enable configs for audio drivers on Arduino UnoQ
.../bindings/mfd/qcom,spmi-pmic.yaml | 10 +-
arch/arm64/boot/dts/qcom/agatti.dtsi | 157 ++++++++++++++++++
arch/arm64/boot/dts/qcom/pm4125.dtsi | 7 +
.../boot/dts/qcom/qrb2210-arduino-imola.dts | 134 +++++++++++++++
arch/arm64/configs/defconfig | 2 +
drivers/clk/qcom/lpasscc-sm6115.c | 4 +-
6 files changed, 311 insertions(+), 3 deletions(-)
base-commit: e657a464aba873f5eaf3ca821b6e4016674492d6
--
2.53.0
next prev parent reply other threads:[~2026-09-22 22:11 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-23 13:39 [PATCH v2 " Srinivas Kandagatla
2026-02-23 13:39 ` [PATCH v2 1/5] clk: qcom: fix SM6115 lpasscc register offset Srinivas Kandagatla
2026-02-24 12:20 ` Konrad Dybcio
2026-02-23 13:39 ` [PATCH v2 2/5] dt-bindings: mfd: qcom,spmi-pmic: add compatibles for pm4124-codec Srinivas Kandagatla
2026-02-23 16:56 ` Rob Herring
2026-02-23 18:14 ` Srinivas Kandagatla
2026-02-23 13:39 ` [PATCH v2 3/5] arm64: dts: qcom: agatti: add LPASS devices Srinivas Kandagatla
2026-02-24 2:58 ` Dmitry Baryshkov
2026-02-24 12:24 ` Konrad Dybcio
2026-02-24 12:28 ` Konrad Dybcio
2026-05-15 8:29 ` Srinivas Kandagatla
2026-07-17 9:39 ` Konrad Dybcio
2026-02-23 13:39 ` [PATCH v2 4/5] arm64: dts: arduino-imola: add support for sound Srinivas Kandagatla
2026-02-24 11:48 ` Konrad Dybcio
2026-02-23 13:39 ` [PATCH v2 5/5] arm64: defconfig: Enable configs for audio drivers on Arduino UnoQ Srinivas Kandagatla
2026-02-24 2:57 ` Dmitry Baryshkov
2026-09-22 22:11 ` Srinivas Kandagatla [this message]
2026-09-22 22:11 ` [PATCH v3 1/5] clk: qcom: fix SM6115 lpasscc register offset Srinivas Kandagatla
2026-09-22 23:42 ` Alexey Klimov
2026-09-22 22:11 ` [PATCH v3 2/5] dt-bindings: mfd: qcom,spmi-pmic: add compatibles for pm4124-codec Srinivas Kandagatla
2026-09-22 22:11 ` [PATCH v3 3/5] arm64: dts: qcom: agatti: add LPASS devices Srinivas Kandagatla
2026-09-22 22:11 ` [PATCH v3 4/5] arm64: dts: arduino-imola: add support for sound Srinivas Kandagatla
2026-09-22 22:11 ` [PATCH v3 5/5] arm64: defconfig: Enable configs for audio drivers on Arduino UnoQ Srinivas Kandagatla
2026-09-22 23:39 ` Alexey Klimov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1790114902.git.srinivas.kandagatla@oss.qualcomm.com \
--to=srinivas.kandagatla@oss.qualcomm.com \
--cc=alexey.klimov@linaro.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lee@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=r.mereu@arduino.cc \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=srini@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®