* [PATCH] dt-bindings: display/msm: qcom,sm8150-mdss: correct DSI PHY compatible
@ 2023-11-11 14:20 Krzysztof Kozlowski
2023-11-11 16:23 ` Conor Dooley
2023-12-03 11:26 ` Dmitry Baryshkov
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-11-11 14:20 UTC (permalink / raw)
To: Rob Clark, Abhinav Kumar, Dmitry Baryshkov, Sean Paul,
Marijn Suijten, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Daniel Vetter, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, dri-devel,
freedreno, devicetree, linux-kernel
Cc: Krzysztof Kozlowski
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>
---
.../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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: display/msm: qcom,sm8150-mdss: correct DSI PHY compatible
2023-11-11 14:20 [PATCH] dt-bindings: display/msm: qcom,sm8150-mdss: correct DSI PHY compatible Krzysztof Kozlowski
@ 2023-11-11 16:23 ` Conor Dooley
2023-12-03 11:26 ` Dmitry Baryshkov
1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2023-11-11 16:23 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Rob Clark, Abhinav Kumar, Dmitry Baryshkov, Sean Paul,
Marijn Suijten, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Daniel Vetter, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, dri-devel,
freedreno, devicetree, linux-kernel
[-- 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 --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: display/msm: qcom,sm8150-mdss: correct DSI PHY compatible
2023-11-11 14:20 [PATCH] dt-bindings: display/msm: qcom,sm8150-mdss: correct DSI PHY compatible Krzysztof Kozlowski
2023-11-11 16:23 ` Conor Dooley
@ 2023-12-03 11:26 ` Dmitry Baryshkov
1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Baryshkov @ 2023-12-03 11:26 UTC (permalink / raw)
To: Rob Clark, Abhinav Kumar, Sean Paul, Marijn Suijten,
Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
Daniel Vetter, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-arm-msm, dri-devel, freedreno, devicetree, linux-kernel,
Krzysztof Kozlowski
On Sat, 11 Nov 2023 15:20:17 +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
>
>
Applied, thanks!
[1/1] dt-bindings: display/msm: qcom,sm8150-mdss: correct DSI PHY compatible
https://gitlab.freedesktop.org/lumag/msm/-/commit/1cd83dfe9a58
Best regards,
--
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-03 11:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-11 14:20 [PATCH] dt-bindings: display/msm: qcom,sm8150-mdss: correct DSI PHY compatible Krzysztof Kozlowski
2023-11-11 16:23 ` Conor Dooley
2023-12-03 11:26 ` Dmitry Baryshkov
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).