mbox series

[0/2] clk: qcom: Fix topology around titan_top power domain

Message ID 20220519214133.1728979-1-vladimir.zapolskiy@linaro.org
Headers show
Series clk: qcom: Fix topology around titan_top power domain | expand

Message

Vladimir Zapolskiy May 19, 2022, 9:41 p.m. UTC
On SDM845 abd SM8250 platforms two found VFE GDSC power domains shall
not be operated, if titan top is turned off, thus the former power
domains will be set as subdomains by a GDSC registration routine.

The fixes allow to drastically simplify power domain management in CAMSS
driver.

Vladimir Zapolskiy (2):
  clk: qcom: camcc-sdm845: Fix topology around titan_top power domain
  clk: qcom: camcc-sm8250: Fix topology around titan_top power domain

 drivers/clk/qcom/camcc-sdm845.c | 4 ++++
 drivers/clk/qcom/camcc-sm8250.c | 4 ++++
 2 files changed, 8 insertions(+)

Comments

Bjorn Andersson July 3, 2022, 3:56 a.m. UTC | #1
On Fri, 20 May 2022 00:41:31 +0300, Vladimir Zapolskiy wrote:
> On SDM845 abd SM8250 platforms two found VFE GDSC power domains shall
> not be operated, if titan top is turned off, thus the former power
> domains will be set as subdomains by a GDSC registration routine.
> 
> The fixes allow to drastically simplify power domain management in CAMSS
> driver.
> 
> [...]

Applied, thanks!

[1/2] clk: qcom: camcc-sdm845: Fix topology around titan_top power domain
      commit: 103dd2338bbff567bce7acd00fc5a09c806b38ec
[2/2] clk: qcom: camcc-sm8250: Fix topology around titan_top power domain
      commit: f8acf01a6a4f84baf05181e24bd48def4ba23f5b

Best regards,