From: Conor Dooley <conor@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Rob Clark <robdclark@gmail.com>,
Abhinav Kumar <quic_abhinavk@quicinc.com>,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
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>, Daniel Vetter <daniel@ffwll.ch>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
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] dt-bindings: display/msm: qcom,sm8150-mdss: correct DSI PHY compatible
Date: Sat, 11 Nov 2023 16:23:00 +0000 [thread overview]
Message-ID: <20231111-underwear-elf-17d4a88f5332@squawk> (raw)
In-Reply-To: <20231111142017.51922-1-krzysztof.kozlowski@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1797 bytes --]
On Sat, Nov 11, 2023 at 03:20:17PM +0100, Krzysztof Kozlowski wrote:
> Qualcomm SM8150 MDSS comes with a bit different 7nm DSI PHY with its own
> compatible. DTS already use it:
>
> sa8155p-adp.dtb: display-subsystem@ae00000: phy@ae94400:compatible:0: 'qcom,dsi-phy-7nm' was expected
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Thanks,
Conor.
> ---
> .../devicetree/bindings/display/msm/qcom,sm8150-mdss.yaml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm8150-mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm8150-mdss.yaml
> index a2a8be7f64a9..c0d6a4fdff97 100644
> --- a/Documentation/devicetree/bindings/display/msm/qcom,sm8150-mdss.yaml
> +++ b/Documentation/devicetree/bindings/display/msm/qcom,sm8150-mdss.yaml
> @@ -69,7 +69,7 @@ patternProperties:
>
> properties:
> compatible:
> - const: qcom,dsi-phy-7nm
> + const: qcom,dsi-phy-7nm-8150
>
> unevaluatedProperties: false
>
> @@ -247,7 +247,7 @@ examples:
> };
>
> dsi0_phy: phy@ae94400 {
> - compatible = "qcom,dsi-phy-7nm";
> + compatible = "qcom,dsi-phy-7nm-8150";
> reg = <0x0ae94400 0x200>,
> <0x0ae94600 0x280>,
> <0x0ae94900 0x260>;
> @@ -318,7 +318,7 @@ examples:
> };
>
> dsi1_phy: phy@ae96400 {
> - compatible = "qcom,dsi-phy-7nm";
> + compatible = "qcom,dsi-phy-7nm-8150";
> reg = <0x0ae96400 0x200>,
> <0x0ae96600 0x280>,
> <0x0ae96900 0x260>;
> --
> 2.34.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: freedreno@lists.freedesktop.org,
Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
devicetree@vger.kernel.org,
Abhinav Kumar <quic_abhinavk@quicinc.com>,
Maxime Ripard <mripard@kernel.org>,
linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
dri-devel@lists.freedesktop.org,
Thomas Zimmermann <tzimmermann@suse.de>,
linux-arm-msm@vger.kernel.org,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Marijn Suijten <marijn.suijten@somainline.org>,
Sean Paul <sean@poorly.run>
Subject: Re: [PATCH] dt-bindings: display/msm: qcom,sm8150-mdss: correct DSI PHY compatible
Date: Sat, 11 Nov 2023 16:23:00 +0000 [thread overview]
Message-ID: <20231111-underwear-elf-17d4a88f5332@squawk> (raw)
In-Reply-To: <20231111142017.51922-1-krzysztof.kozlowski@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1797 bytes --]
On Sat, Nov 11, 2023 at 03:20:17PM +0100, Krzysztof Kozlowski wrote:
> Qualcomm SM8150 MDSS comes with a bit different 7nm DSI PHY with its own
> compatible. DTS already use it:
>
> sa8155p-adp.dtb: display-subsystem@ae00000: phy@ae94400:compatible:0: 'qcom,dsi-phy-7nm' was expected
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Thanks,
Conor.
> ---
> .../devicetree/bindings/display/msm/qcom,sm8150-mdss.yaml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm8150-mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm8150-mdss.yaml
> index a2a8be7f64a9..c0d6a4fdff97 100644
> --- a/Documentation/devicetree/bindings/display/msm/qcom,sm8150-mdss.yaml
> +++ b/Documentation/devicetree/bindings/display/msm/qcom,sm8150-mdss.yaml
> @@ -69,7 +69,7 @@ patternProperties:
>
> properties:
> compatible:
> - const: qcom,dsi-phy-7nm
> + const: qcom,dsi-phy-7nm-8150
>
> unevaluatedProperties: false
>
> @@ -247,7 +247,7 @@ examples:
> };
>
> dsi0_phy: phy@ae94400 {
> - compatible = "qcom,dsi-phy-7nm";
> + compatible = "qcom,dsi-phy-7nm-8150";
> reg = <0x0ae94400 0x200>,
> <0x0ae94600 0x280>,
> <0x0ae94900 0x260>;
> @@ -318,7 +318,7 @@ examples:
> };
>
> dsi1_phy: phy@ae96400 {
> - compatible = "qcom,dsi-phy-7nm";
> + compatible = "qcom,dsi-phy-7nm-8150";
> reg = <0x0ae96400 0x200>,
> <0x0ae96600 0x280>,
> <0x0ae96900 0x260>;
> --
> 2.34.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2023-11-11 16:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-11 14:20 [PATCH] dt-bindings: display/msm: qcom,sm8150-mdss: correct DSI PHY compatible Krzysztof Kozlowski
2023-11-11 14:20 ` [PATCH] dt-bindings: display/msm: qcom, sm8150-mdss: " Krzysztof Kozlowski
2023-11-11 16:23 ` Conor Dooley [this message]
2023-11-11 16:23 ` [PATCH] dt-bindings: display/msm: qcom,sm8150-mdss: " Conor Dooley
2023-12-03 11:26 ` Dmitry Baryshkov
2023-12-03 11:26 ` [PATCH] dt-bindings: display/msm: qcom, sm8150-mdss: " 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=20231111-underwear-elf-17d4a88f5332@squawk \
--to=conor@kernel.org \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=marijn.suijten@somainline.org \
--cc=mripard@kernel.org \
--cc=quic_abhinavk@quicinc.com \
--cc=robdclark@gmail.com \
--cc=robh+dt@kernel.org \
--cc=sean@poorly.run \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.