[0/2] Add VDD_GX to SM6375 GPUCC

Message ID 20230529-topic-sm6375gpuccpd-v1-0-8d57c41a6066@linaro.org
Headers
Series Add VDD_GX to SM6375 GPUCC |

Message

Konrad Dybcio May 29, 2023, 1:14 p.m. UTC
  The GPUCC block on SM6375 is powered by VDD_CX and VDD_GX. If the latter
rail is not online, GX_GDSC will never turn on. Take care of this.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (2):
      dt-bindings: clock: sm6375-gpucc: Add VDD_GX
      clk: qcom: gpucc-sm6375: Enable runtime pm

 .../devicetree/bindings/clock/qcom,sm6375-gpucc.yaml  | 15 +++++++++++++++
 drivers/clk/qcom/gpucc-sm6375.c                       | 19 +++++++++++++++++--
 2 files changed, 32 insertions(+), 2 deletions(-)
---
base-commit: 6a3d37b4d885129561e1cef361216f00472f7d2e
change-id: 20230529-topic-sm6375gpuccpd-ca741a64baf8

Best regards,
  

Comments

Bjorn Andersson June 13, 2023, 11:48 p.m. UTC | #1
On Mon, 29 May 2023 15:14:22 +0200, Konrad Dybcio wrote:
> The GPUCC block on SM6375 is powered by VDD_CX and VDD_GX. If the latter
> rail is not online, GX_GDSC will never turn on. Take care of this.
> 
> 

Applied, thanks!

[1/2] dt-bindings: clock: sm6375-gpucc: Add VDD_GX
      commit: 2f138c667cb94a3a150d3341ca5ebf62480b501f
[2/2] clk: qcom: gpucc-sm6375: Enable runtime pm
      commit: 097d359c8ca892b63e9d91bdfaf6c45d07c943c7

Best regards,