Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Ayushi Makhija <quic_amakhija@quicinc.com>
To: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
	<linux-arm-msm@vger.kernel.org>,
	<dri-devel@lists.freedesktop.org>,
	<freedreno@lists.freedesktop.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Cc: <robdclark@gmail.com>, <dmitry.baryshkov@oss.qualcomm.com>,
	<sean@poorly.run>, <marijn.suijten@somainline.org>,
	<andersson@kernel.org>, <robh@kernel.org>, <robh+dt@kernel.org>,
	<krzk+dt@kernel.org>, <konradybcio@kernel.org>,
	<conor+dt@kernel.org>, <andrzej.hajda@intel.com>,
	<neil.armstrong@linaro.org>, <rfoss@kernel.org>,
	<Laurent.pinchart@ideasonboard.com>, <jonas@kwiboo.se>,
	<jernej.skrabec@gmail.com>, <quic_abhinavk@quicinc.com>,
	<quic_rajeevny@quicinc.com>, <quic_vproddut@quicinc.com>,
	<quic_jesszhan@quicinc.com>
Subject: Re: [PATCH v5 07/11] arm64: dts: qcom: sa8775p-ride: add anx7625 DSI to DP bridge nodes
Date: Mon, 28 Apr 2025 10:27:59 +0530	[thread overview]
Message-ID: <52e66390-6d40-49a3-b467-e150deeaa29b@quicinc.com> (raw)
In-Reply-To: <11e76323-db6b-428b-816f-e96fc9523fe5@oss.qualcomm.com>

On 4/26/2025 3:42 PM, Konrad Dybcio wrote:
> On 4/24/25 8:24 AM, Ayushi Makhija wrote:
>> Add anx7625 DSI to DP bridge device nodes.
>>
>> Signed-off-by: Ayushi Makhija <quic_amakhija@quicinc.com>
>> ---
>>  arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi | 181 +++++++++++++++++++++
>>  1 file changed, 181 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi b/arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi
>> index 175f8b1e3b2d..b8851faec271 100644
>> --- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi
>> @@ -28,6 +28,13 @@ chosen {
>>  		stdout-path = "serial0:115200n8";
>>  	};
>>  
>> +	vph_pwr: vph-pwr-regulator {
>> +		compatible = "regulator-fixed";
>> +		regulator-name = "vph_pwr";
> 
> Please provide a reference voltage for this one
> 
Hi Konard,

Thanks, for the review.

Will the below reference voltage in next patchset.

+ regulator-min-microvolt = <3700000>;
+ regulator-max-microvolt = <3700000>;

Thanks,
Ayushi

> otherwise
> 
> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> 
> Konrad


  reply	other threads:[~2025-04-28  4:58 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-24  6:24 [PATCH v5 00/11] Add DSI display support for SA8775P target Ayushi Makhija
2025-04-24  6:24 ` [PATCH v5 01/11] dt-bindings: display: msm-dsi-phy-7nm: document the SA8775P DSI PHY Ayushi Makhija
2025-04-24  6:24 ` [PATCH v5 02/11] dt-bindings: msm: dsi-controller-main: document the SA8775P DSI CTRL Ayushi Makhija
2025-04-24  6:24 ` [PATCH v5 03/11] dt-bindings: display: msm: document DSI controller and phy on SA8775P Ayushi Makhija
2025-04-24  6:24 ` [PATCH v5 04/11] drm/msm/dsi: add DSI PHY configuration " Ayushi Makhija
2025-04-24  6:24 ` [PATCH v5 05/11] drm/msm/dsi: add DSI support for SA8775P Ayushi Makhija
2025-04-24  6:24 ` [PATCH v5 06/11] arm64: dts: qcom: sa8775p: add Display Serial Interface device nodes Ayushi Makhija
2025-04-24  6:24 ` [PATCH v5 07/11] arm64: dts: qcom: sa8775p-ride: add anx7625 DSI to DP bridge nodes Ayushi Makhija
2025-04-26 10:12   ` Konrad Dybcio
2025-04-28  4:57     ` Ayushi Makhija [this message]
2025-05-05  9:21     ` Ayushi Makhija
2025-04-24  6:24 ` [PATCH v5 08/11] drm/bridge: anx7625: enable HPD interrupts Ayushi Makhija
2025-04-24  6:24 ` [PATCH v5 09/11] drm/bridge: anx7625: fix drm_bridge ops flags to support hot-plugging Ayushi Makhija
2025-04-24  6:24 ` [PATCH v5 10/11] drm/bridge: anx7625: fix anx7625_sink_detect() to return correct hpd status Ayushi Makhija
2025-04-24  6:24 ` [PATCH v5 11/11] drm/bridge: anx7625: change the gpiod_set_value API Ayushi Makhija
2025-05-04 16:13 ` [PATCH v5 00/11] Add DSI display support for SA8775P target Dmitry Baryshkov
2025-05-19 10:58   ` 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=52e66390-6d40-49a3-b467-e150deeaa29b@quicinc.com \
    --to=quic_amakhija@quicinc.com \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=andersson@kernel.org \
    --cc=andrzej.hajda@intel.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --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=marijn.suijten@somainline.org \
    --cc=neil.armstrong@linaro.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=quic_jesszhan@quicinc.com \
    --cc=quic_rajeevny@quicinc.com \
    --cc=quic_vproddut@quicinc.com \
    --cc=rfoss@kernel.org \
    --cc=robdclark@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=sean@poorly.run \
    /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