From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Mani Chandana Ballary Kuntumalla <quic_mkuntuma@quicinc.com>,
dmitry.baryshkov@oss.qualcomm.com, marijn.suijten@somainline.org,
swboyd@chromium.org, mripard@kernel.org, abel.vesa@linaro.org,
andersson@kernel.org, konradybcio@kernel.org, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org,
robin.clark@oss.qualcomm.com, jessica.zhang@oss.qualcomm.com,
abhinav.kumar@linux.dev, sean@poorly.run, airlied@gmail.com,
simona@ffwll.ch, alex.vinarskis@gmail.com
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
freedreno@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
quic_rajeevny@quicinc.com, quic_vproddut@quicinc.com,
quic_riteshk@quicinc.com, quic_amitsi@quicinc.com,
Mahadevan P <mahadevan.p@oss.qualcomm.com>
Subject: Re: [PATCH v2 2/3] arm64: dts: qcom: lemans: add mdss1 display device nodes
Date: Mon, 1 Dec 2025 14:35:44 +0100 [thread overview]
Message-ID: <32f013e7-ce2a-484b-8575-e98f2d23f59b@oss.qualcomm.com> (raw)
In-Reply-To: <20251125105622.1755651-3-quic_mkuntuma@quicinc.com>
On 11/25/25 11:56 AM, Mani Chandana Ballary Kuntumalla wrote:
> Add devicetree changes to enable second Mobile Display Subsystem (mdss1),
> Display Processing Unit(DPU), Display Port(DP) controllers and eDP PHYs
> on the Qualcomm Lemans platform.
>
> Signed-off-by: Mahadevan P <mahadevan.p@oss.qualcomm.com>
> Signed-off-by: Mani Chandana Ballary Kuntumalla <quic_mkuntuma@quicinc.com>
> ---
[...]
> + mdss1_dp1: displayport-controller@2215c000 {
> + compatible = "qcom,sa8775p-dp";
> +
> + reg = <0x0 0x2215c000 0x0 0x104>,
> + <0x0 0x2215c200 0x0 0x0c0>,
> + <0x0 0x2215d000 0x0 0x770>,
> + <0x0 0x2215e000 0x0 0x09c>,
> + <0x0 0x2215f000 0x0 0x09c>,
> + <0x0 0x22160000 0x0 0x09c>,
> + <0x0 0x22161000 0x0 0x09c>,
> + <0x0 0x22162000 0x0 0x23c>,
> + <0x0 0x22163000 0x0 0x23c>;
The last two regions still happen not to exist
https://lore.kernel.org/all/vc2hen5r7xdaj4nepkoy7pk2jmj4y4hgog5o2nfndrff4yti2m@g46svhsdyy7m/
Konrad
next prev parent reply other threads:[~2025-12-01 13:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-25 10:56 [PATCH v2 0/3] Enable mdss1 Display Port for Qualcomm lemans-ride platform Mani Chandana Ballary Kuntumalla
2025-11-25 10:56 ` [PATCH v2 1/3] drm/msm/dp: Update msm_dp_controller IDs for sa8775p Mani Chandana Ballary Kuntumalla
2025-12-10 8:29 ` Dmitry Baryshkov
2025-11-25 10:56 ` [PATCH v2 2/3] arm64: dts: qcom: lemans: add mdss1 display device nodes Mani Chandana Ballary Kuntumalla
2025-12-01 13:35 ` Konrad Dybcio [this message]
2025-12-10 8:21 ` Dmitry Baryshkov
2025-12-17 13:52 ` Konrad Dybcio
2025-12-10 8:30 ` Dmitry Baryshkov
2025-11-25 10:56 ` [PATCH v2 3/3] arm64: dts: qcom: lemans-ride: Enable mdss1 display Port Mani Chandana Ballary Kuntumalla
2026-01-15 21:05 ` [PATCH v2 0/3] Enable mdss1 Display Port for Qualcomm lemans-ride platform Dmitry Baryshkov
2026-05-07 20:34 ` (subset) " Bjorn Andersson
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=32f013e7-ce2a-484b-8575-e98f2d23f59b@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=abel.vesa@linaro.org \
--cc=abhinav.kumar@linux.dev \
--cc=airlied@gmail.com \
--cc=alex.vinarskis@gmail.com \
--cc=andersson@kernel.org \
--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=jessica.zhang@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mahadevan.p@oss.qualcomm.com \
--cc=marijn.suijten@somainline.org \
--cc=mripard@kernel.org \
--cc=quic_amitsi@quicinc.com \
--cc=quic_mkuntuma@quicinc.com \
--cc=quic_rajeevny@quicinc.com \
--cc=quic_riteshk@quicinc.com \
--cc=quic_vproddut@quicinc.com \
--cc=robh@kernel.org \
--cc=robin.clark@oss.qualcomm.com \
--cc=sean@poorly.run \
--cc=simona@ffwll.ch \
--cc=swboyd@chromium.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