From: Krzysztof Kozlowski <krzk@kernel.org>
To: Abel Vesa <abel.vesa@linaro.org>
Cc: Rob Clark <robin.clark@oss.qualcomm.com>,
Dmitry Baryshkov <lumag@kernel.org>,
Abhinav Kumar <abhinav.kumar@linux.dev>,
Jessica Zhang <jessica.zhang@oss.qualcomm.com>,
Sean Paul <sean@poorly.run>,
Marijn Suijten <marijn.suijten@somainline.org>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>,
Simona Vetter <simona@ffwll.ch>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Kuogee Hsieh <quic_khsieh@quicinc.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
Subject: Re: [PATCH 1/6] dt-bindings: display: msm: Document the Glymur Mobile Display SubSystem
Date: Fri, 12 Sep 2025 07:56:25 +0200 [thread overview]
Message-ID: <20250912-beautiful-radiant-pheasant-72dedd@kuoka> (raw)
In-Reply-To: <20250911-glymur-display-v1-1-d391a343292e@linaro.org>
On Thu, Sep 11, 2025 at 03:28:48PM +0300, Abel Vesa wrote:
> +
> + mdp_opp_table: opp-table {
> + compatible = "operating-points-v2";
> +
> + opp-200000000 {
> + opp-hz = /bits/ 64 <200000000>;
> + required-opps = <&rpmhpd_opp_low_svs>;
> + };
> +
> + opp-325000000 {
> + opp-hz = /bits/ 64 <325000000>;
> + required-opps = <&rpmhpd_opp_svs>;
> + };
> +
> + opp-375000000 {
> + opp-hz = /bits/ 64 <375000000>;
> + required-opps = <&rpmhpd_opp_svs_l1>;
> + };
> +
> + opp-514000000 {
> + opp-hz = /bits/ 64 <514000000>;
> + required-opps = <&rpmhpd_opp_nom>;
> + };
> + };
> + };
> +
> + displayport-controller@ae90000 {
> + compatible = "qcom,glymur-dp";
> + reg = <0 0xae90000 0 0x200>,
> + <0 0xae90200 0 0x200>,
> + <0 0xae90400 0 0x600>,
> + <0 0xae91000 0 0x400>,
> + <0 0xae91400 0 0x400>;
> +
> + interrupt-parent = <&mdss>;
> + interrupts = <12>;
> +
> + clocks = <&dispcc_mdss_ahb_clk>,
> + <&dispcc_dptx0_aux_clk>,
> + <&dispcc_dptx0_link_clk>,
> + <&dispcc_dptx0_link_intf_clk>,
> + <&dispcc_dptx0_pixel0_clk>;
Mis-aligned entries.
> + clock-names = "core_iface", "core_aux",
> + "ctrl_link",
> + "ctrl_link_iface",
> + "stream_pixel";
Same here and in other places.
> +
> + assigned-clocks = <&dispcc_mdss_dptx0_link_clk_src>,
> + <&dispcc_mdss_dptx0_pixel0_clk_src>;
> + assigned-clock-parents = <&usb_1_ss0_qmpphy QMP_USB43DP_DP_LINK_CLK>,
> + <&usb_1_ss0_qmpphy QMP_USB43DP_DP_VCO_DIV_CLK>;
> +
> + operating-points-v2 = <&mdss_dp0_opp_table>;
> +
> + power-domains = <&rpmhpd RPMHPD_MMCX>;
> +
> + phys = <&usb_1_ss0_qmpphy QMP_USB43DP_DP_PHY>;
> + phy-names = "dp";
> +
> + #sound-dai-cells = <0>;
> +
> + ports {
> + #address-cells = <1>;
Mixed up indentation, keep 4 spaces.
> + #size-cells = <0>;
> +
> + port@0 {
> + reg = <0>;
> +
> + mdss_dp0_in: endpoint {
> + remote-endpoint = <&mdss_intf0_out>;
> + };
> + };
> +
> + port@1 {
> + reg = <1>;
> +
> + mdss_dp0_out: endpoint {
> + };
> + };
> + };
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-09-12 5:56 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-11 12:28 [PATCH 0/6] drm/msm: Add display support for Glymur platform Abel Vesa
2025-09-11 12:28 ` [PATCH 1/6] dt-bindings: display: msm: Document the Glymur Mobile Display SubSystem Abel Vesa
2025-09-12 5:56 ` Krzysztof Kozlowski [this message]
2025-09-11 12:28 ` [PATCH 2/6] dt-bindings: display: msm: Document the Glymur Display Processing Unit Abel Vesa
2025-09-12 6:00 ` Krzysztof Kozlowski
2025-09-11 12:28 ` [PATCH 3/6] dt-bindings: display: msm: Document the Glymur DiplayPort controller Abel Vesa
2025-09-11 13:01 ` Dmitry Baryshkov
2025-10-14 11:52 ` Abel Vesa
2025-09-12 0:17 ` Rob Herring (Arm)
2025-09-12 5:51 ` Krzysztof Kozlowski
2025-09-12 5:54 ` Krzysztof Kozlowski
2025-09-11 12:28 ` [PATCH 4/6] drm/msm/mdss: Add Glymur device configuration Abel Vesa
2025-09-11 13:02 ` Dmitry Baryshkov
2025-09-11 12:28 ` [PATCH 5/6] drm/msm/dpu: Add support for Glymur Abel Vesa
2025-09-11 12:57 ` Dmitry Baryshkov
2025-09-11 12:28 ` [PATCH 6/6] drm/msm/dp: " Abel Vesa
2025-09-11 12:59 ` Dmitry Baryshkov
2025-09-11 13:02 ` [PATCH 0/6] drm/msm: Add display support for Glymur platform Dmitry Baryshkov
2025-09-11 13:10 ` Abel Vesa
2025-09-11 13:29 ` 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=20250912-beautiful-radiant-pheasant-72dedd@kuoka \
--to=krzk@kernel.org \
--cc=abel.vesa@linaro.org \
--cc=abhinav.kumar@linux.dev \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=jessica.zhang@oss.qualcomm.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lumag@kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=marijn.suijten@somainline.org \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=quic_khsieh@quicinc.com \
--cc=robh@kernel.org \
--cc=robin.clark@oss.qualcomm.com \
--cc=sean@poorly.run \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/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