devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY
@ 2022-11-30 13:58 Konrad Dybcio
  2022-11-30 14:59 ` Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Konrad Dybcio @ 2022-11-30 13:58 UTC (permalink / raw)
  To: linux-arm-msm, andersson, krzysztof.kozlowski+dt
  Cc: patches, Konrad Dybcio, Rob Clark, Abhinav Kumar,
	Dmitry Baryshkov, Sean Paul, David Airlie, Daniel Vetter,
	Rob Herring, Krishna Manikandan, dri-devel, freedreno, devicetree,
	linux-kernel

On some SoCs (hello SM6115) vcca-supply is not wired to any smd-rpm
or rpmh regulator, but instead powered by the VDD_MX line, which is
voted for in the DSI ctrl node.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml b/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml
index 819de5ce0bc9..a43e11d3b00d 100644
--- a/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml
@@ -39,7 +39,6 @@ required:
   - compatible
   - reg
   - reg-names
-  - vcca-supply
 
 unevaluatedProperties: false
 
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY
  2022-11-30 13:58 [PATCH] dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY Konrad Dybcio
@ 2022-11-30 14:59 ` Krzysztof Kozlowski
  2022-12-08 23:47 ` Dmitry Baryshkov
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-11-30 14:59 UTC (permalink / raw)
  To: Konrad Dybcio, linux-arm-msm, andersson, krzysztof.kozlowski+dt
  Cc: patches, Rob Clark, Abhinav Kumar, Dmitry Baryshkov, Sean Paul,
	David Airlie, Daniel Vetter, Rob Herring, Krishna Manikandan,
	dri-devel, freedreno, devicetree, linux-kernel

On 30/11/2022 14:58, Konrad Dybcio wrote:
> On some SoCs (hello SM6115) vcca-supply is not wired to any smd-rpm
> or rpmh regulator, but instead powered by the VDD_MX line, which is
> voted for in the DSI ctrl node.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY
  2022-11-30 13:58 [PATCH] dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY Konrad Dybcio
  2022-11-30 14:59 ` Krzysztof Kozlowski
@ 2022-12-08 23:47 ` Dmitry Baryshkov
  2022-12-28  1:37 ` Abhinav Kumar
  2023-01-11 14:56 ` Rob Herring
  3 siblings, 0 replies; 5+ messages in thread
From: Dmitry Baryshkov @ 2022-12-08 23:47 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: linux-arm-msm, andersson, krzysztof.kozlowski+dt, patches,
	Rob Clark, Abhinav Kumar, Sean Paul, David Airlie, Daniel Vetter,
	Rob Herring, Krishna Manikandan, dri-devel, freedreno, devicetree,
	linux-kernel

On Wed, 30 Nov 2022 at 15:58, Konrad Dybcio <konrad.dybcio@linaro.org> wrote:
>
> On some SoCs (hello SM6115) vcca-supply is not wired to any smd-rpm
> or rpmh regulator, but instead powered by the VDD_MX line, which is
> voted for in the DSI ctrl node.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
>  Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml | 1 -
>  1 file changed, 1 deletion(-)


Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY
  2022-11-30 13:58 [PATCH] dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY Konrad Dybcio
  2022-11-30 14:59 ` Krzysztof Kozlowski
  2022-12-08 23:47 ` Dmitry Baryshkov
@ 2022-12-28  1:37 ` Abhinav Kumar
  2023-01-11 14:56 ` Rob Herring
  3 siblings, 0 replies; 5+ messages in thread
From: Abhinav Kumar @ 2022-12-28  1:37 UTC (permalink / raw)
  To: Konrad Dybcio, linux-arm-msm, andersson, krzysztof.kozlowski+dt
  Cc: patches, Rob Clark, Dmitry Baryshkov, Sean Paul, David Airlie,
	Daniel Vetter, Rob Herring, Krishna Manikandan, dri-devel,
	freedreno, devicetree, linux-kernel



On 11/30/2022 5:58 AM, Konrad Dybcio wrote:
> On some SoCs (hello SM6115) vcca-supply is not wired to any smd-rpm
> or rpmh regulator, but instead powered by the VDD_MX line, which is
> voted for in the DSI ctrl node.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Fixes: 8fc939e72ff8 ("dt-bindings: msm: dsi: add yaml schemas for DSI 
PHY bindings")
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
> ---
>   Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml b/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml
> index 819de5ce0bc9..a43e11d3b00d 100644
> --- a/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml
> +++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml
> @@ -39,7 +39,6 @@ required:
>     - compatible
>     - reg
>     - reg-names
> -  - vcca-supply
>   
>   unevaluatedProperties: false
>   

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY
  2022-11-30 13:58 [PATCH] dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY Konrad Dybcio
                   ` (2 preceding siblings ...)
  2022-12-28  1:37 ` Abhinav Kumar
@ 2023-01-11 14:56 ` Rob Herring
  3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2023-01-11 14:56 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: linux-arm-msm, andersson, krzysztof.kozlowski+dt, patches,
	Rob Clark, Abhinav Kumar, Dmitry Baryshkov, Sean Paul,
	David Airlie, Daniel Vetter, Krishna Manikandan, dri-devel,
	freedreno, devicetree, linux-kernel

On Wed, Nov 30, 2022 at 7:58 AM Konrad Dybcio <konrad.dybcio@linaro.org> wrote:
>
> On some SoCs (hello SM6115) vcca-supply is not wired to any smd-rpm
> or rpmh regulator, but instead powered by the VDD_MX line, which is
> voted for in the DSI ctrl node.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
>  Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml | 1 -
>  1 file changed, 1 deletion(-)

What's the status of this patch? It is in linux-next already for some
time, but it needs to go into v6.2.

Rob

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-11 14:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-30 13:58 [PATCH] dt-bindings: msm/dsi: Don't require vcca-supply on 14nm PHY Konrad Dybcio
2022-11-30 14:59 ` Krzysztof Kozlowski
2022-12-08 23:47 ` Dmitry Baryshkov
2022-12-28  1:37 ` Abhinav Kumar
2023-01-11 14:56 ` Rob Herring

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).