From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>,
andersson@kernel.org, konradybcio@kernel.org, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org
Cc: richardcochran@gmail.com, geert+renesas@glider.be, arnd@arndb.de,
dmitry.baryshkov@oss.qualcomm.com, ebiggers@kernel.org,
michal.simek@amd.com, luca.weiss@fairphone.com, sven@kernel.org,
prabhakar.mahadev-lad.rj@bp.renesas.com,
kuninori.morimoto.gx@renesas.com, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, m.facchin@arduino.cc, r.mereu@arduino.cc,
loic.poulain@oss.qualcomm.com
Subject: Re: [PATCH 5/7] arm64: dts: qcom: monaco: add dt entry for lpass lpi pinctrl
Date: Tue, 10 Mar 2026 11:46:20 +0100 [thread overview]
Message-ID: <50392864-dbe4-43b6-a4cb-e6b6b5b49a57@oss.qualcomm.com> (raw)
In-Reply-To: <20260309152420.1404349-6-srinivas.kandagatla@oss.qualcomm.com>
On 3/9/26 4:24 PM, Srinivas Kandagatla wrote:
> Add LPASS LPI pinctrl node used for setting MI2S and soundwire pin
> configs.
>
> Co-developed-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
> Signed-off-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
> ---
> arch/arm64/boot/dts/qcom/monaco.dtsi | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/monaco.dtsi b/arch/arm64/boot/dts/qcom/monaco.dtsi
> index ce1565c7cc3b..0727dbd44a75 100644
> --- a/arch/arm64/boot/dts/qcom/monaco.dtsi
> +++ b/arch/arm64/boot/dts/qcom/monaco.dtsi
> @@ -21,6 +21,7 @@
> #include <dt-bindings/power/qcom-rpmpd.h>
> #include <dt-bindings/soc/qcom,gpr.h>
> #include <dt-bindings/soc/qcom,rpmh-rsc.h>
> +#include <dt-bindings/sound/qcom,q6dsp-lpass-ports.h>
> #include <dt-bindings/thermal/thermal.h>
>
> / {
> @@ -2872,6 +2873,20 @@ q6prmcc: clock-controller {
> };
> };
>
> + lpass_tlmm: pinctrl@3440000 {
> + compatible = "qcom,qcs8300-lpass-lpi-pinctrl", "qcom,sm8450-lpass-lpi-pinctrl";
> + reg = <0x0 0x03440000 0x0 0x20000>,
> + <0x0 0x034D0000 0x0 0x10000>;
lowercase hex, please
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
next prev parent reply other threads:[~2026-03-10 10:46 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-09 15:24 [PATCH 0/7] arm64: dts: qcom: Add support for Arduino VENTUNOQ Srinivas Kandagatla
2026-03-09 15:24 ` [PATCH 1/7] arm64: dts: qcom: monaco: Add HS/SS endpoints for USB1 controller Srinivas Kandagatla
2026-03-09 19:24 ` Dmitry Baryshkov
2026-03-09 15:24 ` [PATCH 2/7] arm64: dts: qcom: Add Monaco Monza SoM Srinivas Kandagatla
2026-03-10 10:39 ` Konrad Dybcio
2026-03-11 12:49 ` Srinivas Kandagatla
2026-03-09 15:24 ` [PATCH 3/7] dt-bindings: arm: qcom: add Arduino Monza, VENTUNOQ Srinivas Kandagatla
2026-03-09 15:50 ` Krzysztof Kozlowski
2026-03-09 17:47 ` Srinivas Kandagatla
2026-03-09 15:24 ` [PATCH 4/7] arm64: dts: qcom: Add Arduino Monza (VENTUNOQ) board support Srinivas Kandagatla
2026-03-09 15:52 ` Krzysztof Kozlowski
2026-03-09 19:37 ` Dmitry Baryshkov
2026-03-13 9:46 ` Srinivas Kandagatla
2026-03-10 10:42 ` Konrad Dybcio
2026-03-10 10:43 ` Konrad Dybcio
2026-03-09 15:24 ` [PATCH 5/7] arm64: dts: qcom: monaco: add dt entry for lpass lpi pinctrl Srinivas Kandagatla
2026-03-10 10:46 ` Konrad Dybcio [this message]
2026-03-09 15:24 ` [PATCH 6/7] arm64: dts: qcom: monaco-arduino-monza: Add sound node Srinivas Kandagatla
2026-03-09 19:38 ` Dmitry Baryshkov
2026-03-10 9:25 ` Srinivas Kandagatla
2026-03-10 10:45 ` Konrad Dybcio
2026-03-09 15:24 ` [PATCH 7/7] arm64: defconfig: Enable configs for Arduino VENTUNOQ Srinivas Kandagatla
2026-03-09 19:39 ` Dmitry Baryshkov
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=50392864-dbe4-43b6-a4cb-e6b6b5b49a57@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=arnd@arndb.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=ebiggers@kernel.org \
--cc=geert+renesas@glider.be \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=loic.poulain@oss.qualcomm.com \
--cc=luca.weiss@fairphone.com \
--cc=m.facchin@arduino.cc \
--cc=michal.simek@amd.com \
--cc=netdev@vger.kernel.org \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=r.mereu@arduino.cc \
--cc=richardcochran@gmail.com \
--cc=robh@kernel.org \
--cc=srinivas.kandagatla@oss.qualcomm.com \
--cc=sven@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