Devicetree
 help / color / mirror / Atom feed
From: Wei Deng <wei.deng@oss.qualcomm.com>
To: konrad.dybcio@oss.qualcomm.com
Cc: andersson@kernel.org, konradybcio@kernel.org, robh@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org,
	quic_chezhou@quicinc.com, cheng.jiang@oss.qualcomm.com,
	shuai.zhang@oss.qualcomm.com, jinwang.li@oss.qualcomm.com,
	xiuzhuo.shang@oss.qualcomm.com, mengshi.wu@oss.qualcomm.com,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 3/3] arm64: dts: qcom: monaco-evk: Describe the PCIe M.2 Key E connector
Date: Wed, 19 Aug 2026 18:35:06 +0530	[thread overview]
Message-ID: <20260819130506.9999-1-wei.deng@oss.qualcomm.com> (raw)
In-Reply-To: <d8e189a3-a6ed-4f49-a1c0-74eff444a2f0@oss.qualcomm.com>

Hi Konrad,

On Thu, 30 Jul 2026 19:27:59 +0200, Konrad Dybcio wrote:
> On 7/29/26 4:40 AM, Wei Deng wrote:
> > The monaco EVK has a PCIe M.2 Mechanical Key E connector to connect
> > wireless connectivity cards over PCIe and UART interfaces. Hence,
> > describe the connector node and link it with the PCIe 0 Root Port and
> > UART2 nodes through graph port/endpoint.
> > 
> > The M.2 Key E connector is powered by a 3.3V fixed regulator
> > (vreg_wcn_3p3) which is sourced from the board's 12V DC input rail
> > (vreg_dcin_12v). Both regulators are always-on and are required by the
> > pcie-m2-e-connector binding.
> > 
> > Also add the serial1 = &uart2 alias, which is required for the
> > Bluetooth serdev device to be enumerated on the UART2 interface.
> > 
> > The graph endpoint anchors (pcieport0_ep, uart2_ep) referenced here are
> > defined in monaco.dtsi (see "arm64: dts: qcom: monaco: Add graph
> > port/endpoint anchors to pcieport0 and uart2").
> > 
> > Signed-off-by: Wei Deng <wei.deng@oss.qualcomm.com>
> > ---
> 
> [...]
> 
> > +	vreg_dcin_12v: regulator-dcin-12v {
> > +		compatible = "regulator-fixed";
> > +
> > +		regulator-name = "VREG_DCIN_12V";
> > +		regulator-min-microvolt = <12000000>;
> > +		regulator-max-microvolt = <12000000>;
> > +
> > +		regulator-always-on;
> > +		regulator-boot-on;
> > +	};
> > +
> > +	vreg_wcn_3p3: regulator-wcn-3p3 {
> > +		compatible = "regulator-fixed";
> > +
> > +		regulator-name = "VREG_WCN_3P3";
> > +		regulator-min-microvolt = <3300000>;
> > +		regulator-max-microvolt = <3300000>;
> > +
> > +		vin-supply = <&vreg_dcin_12v>;
> 
> The 12v supply is not controllable, so we may drop it
> 
> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Agreed, will drop vreg_dcin_12v and the vin-supply reference in v3.

Thanks for the review!

-- 
Best Regards,
Wei Deng

      reply	other threads:[~2026-08-19 13:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-29  2:40 [PATCH v2 0/3] arm64: dts: qcom: Describe the PCIe M.2 Key E connector for Monaco EVK Wei Deng
2026-07-29  2:40 ` [PATCH v2 1/3] arm64: dts: qcom: monaco: Add compatible to the PCIe Root Port Wei Deng
2026-07-29  2:40 ` [PATCH v2 2/3] arm64: dts: qcom: monaco: Add graph port/endpoint anchors to pcieport0 and uart2 Wei Deng
2026-07-30 17:27   ` Konrad Dybcio
2026-07-29  2:40 ` [PATCH v2 3/3] arm64: dts: qcom: monaco-evk: Describe the PCIe M.2 Key E connector Wei Deng
2026-07-30 17:27   ` Konrad Dybcio
2026-08-19 13:05     ` Wei Deng [this message]

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=20260819130506.9999-1-wei.deng@oss.qualcomm.com \
    --to=wei.deng@oss.qualcomm.com \
    --cc=andersson@kernel.org \
    --cc=cheng.jiang@oss.qualcomm.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jinwang.li@oss.qualcomm.com \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mengshi.wu@oss.qualcomm.com \
    --cc=quic_chezhou@quicinc.com \
    --cc=robh@kernel.org \
    --cc=shuai.zhang@oss.qualcomm.com \
    --cc=xiuzhuo.shang@oss.qualcomm.com \
    /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