From: Krzysztof Kozlowski <krzk@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Jessica Zhang <jesszhan@quicinc.com>,
Abhinav Kumar <abhinavk@quicinc.com>,
Abel Vesa <abel.vesa@linaro.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 2/4] arm64: dts: qcom: sm8750-mtp: Enable display
Date: Tue, 16 Dec 2025 17:31:37 +0100 [thread overview]
Message-ID: <e301edf2-4769-4f1f-a452-ef4410abf16c@kernel.org> (raw)
In-Reply-To: <knfknl26as6becjwg2noedxklty65i6bdixx4vxwusyswppdsk@vstzkn5xivnv>
On 13/11/2025 04:50, Dmitry Baryshkov wrote:
> On Wed, Nov 12, 2025 at 04:02:39PM +0100, Krzysztof Kozlowski wrote:
>> Enable display on MTP8750 board with Novatek NT37801 panel.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>> arch/arm64/boot/dts/qcom/sm8750-mtp.dts | 70 +++++++++++++++++++++++++++++++++
>> 1 file changed, 70 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/sm8750-mtp.dts b/arch/arm64/boot/dts/qcom/sm8750-mtp.dts
>> index c8cb521b4c26..68644eccdbff 100644
>> --- a/arch/arm64/boot/dts/qcom/sm8750-mtp.dts
>> +++ b/arch/arm64/boot/dts/qcom/sm8750-mtp.dts
>> @@ -933,6 +933,48 @@ &lpass_vamacro {
>> qcom,dmic-sample-rate = <4800000>;
>> };
>>
>> +&mdss {
>> + status = "okay";
>> +};
>> +
>> +&mdss_dsi0 {
>> + vdda-supply = <&vreg_l3g_1p2>;
>> +
>> + status = "okay";
>> +
>> + panel@0 {
>> + compatible = "novatek,nt37801";
>> + reg = <0>;
>> +
>> + reset-gpios = <&tlmm 98 GPIO_ACTIVE_LOW>;
>> +
>> + vddio-supply = <&vreg_l12b_1p8>;
>> + vci-supply = <&vreg_l13b_3p0>;
>> + vdd-supply = <&vreg_l11b_1p0>;
>> +
>> + pinctrl-0 = <&disp0_reset_n_active>, <&mdp_vsync_active>;
>> + pinctrl-1 = <&disp0_reset_n_suspend>, <&mdp_vsync_suspend>;
>
> Nit: Is the VSYNC pin a pinctrl for the panel? I think it's a pin used
> by DSI controller or by the DPU.
On the schematics it goes to the panel, so I think it might be treated
as panel's property. It's also made like this on every other DTS,
although I know that this is not the best argument.
>
> Other than that:
>
>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-12-16 16:31 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-12 15:02 [PATCH v2 0/4] arm64: dts: qcom: sm8750: Enable display Krzysztof Kozlowski
2025-11-12 15:02 ` [PATCH v2 1/4] arm64: dts: qcom: sm8750: Add display (MDSS) with Display CC Krzysztof Kozlowski
2025-11-13 3:51 ` Dmitry Baryshkov
2025-11-13 9:22 ` Konrad Dybcio
2025-11-12 15:02 ` [PATCH v2 2/4] arm64: dts: qcom: sm8750-mtp: Enable display Krzysztof Kozlowski
2025-11-13 3:50 ` Dmitry Baryshkov
2025-12-16 16:31 ` Krzysztof Kozlowski [this message]
2025-11-12 15:02 ` [PATCH v2 3/4] arm64: dts: qcom: sm8750-mtp: Enable USB headset and Type-C altmode Krzysztof Kozlowski
2025-11-13 4:02 ` Dmitry Baryshkov
2025-11-13 9:23 ` Konrad Dybcio
2025-11-12 15:02 ` [PATCH v2 4/4] arm64: dts: qcom: sm8750-mtp: Enable DisplayPort over USB Krzysztof Kozlowski
2025-11-13 9:25 ` Konrad Dybcio
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=e301edf2-4769-4f1f-a452-ef4410abf16c@kernel.org \
--to=krzk@kernel.org \
--cc=abel.vesa@linaro.org \
--cc=abhinavk@quicinc.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=jesszhan@quicinc.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@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;
as well as URLs for NNTP newsgroup(s).