All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] arm: qcom: sm8550: Change camcc power domain from  MMCX to MXC
@ 2024-09-27 10:32 Vladimir Zapolskiy
  2024-09-27 10:32 ` [PATCH 1/3] arm64: dts: " Vladimir Zapolskiy
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Vladimir Zapolskiy @ 2024-09-27 10:32 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Stephen Boyd, Jagadeesh Kona
  Cc: Michael Turquette, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Dmitry Baryshkov, linux-arm-msm, linux-clk, devicetree

The problem is trivial to reproduce and the fix is trivial to verify,
it's sufficient to enable SM8550 camera clock controller and a CCI
controller, for instance on SM8550-QRD CCI0 or CCI1 can be enabled:

    &cci0 {
	status = "okay";
    };

I made a special effort to check that the power domain in SM8550 camcc
is sufficient to be replaced, and Titan and other provided GDSCs can
be turned on/off, if the clock controller is disconneced from MMCX and
MMCX is off according to /sys/kernel/debug/pm_genpd/pm_genpd_summary.

Vladimir Zapolskiy (3):
  arm64: dts: qcom: sm8550: Change camcc power domain from MMCX to MXC
  dt-bindings: clock: qcom,sm8450-camcc: do not restrict power domain to MMCX
  dt-bindings: clock: qcom,sm8450-camcc: generalize title and description

 .../devicetree/bindings/clock/qcom,sm8450-camcc.yaml      | 8 ++++----
 arch/arm64/boot/dts/qcom/sm8550.dtsi                      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)


base-commit: 11a299a7933e03c83818b431e6a1c53ad387423d
-- 
2.45.2


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

end of thread, other threads:[~2024-09-30  8:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-27 10:32 [PATCH 0/3] arm: qcom: sm8550: Change camcc power domain from MMCX to MXC Vladimir Zapolskiy
2024-09-27 10:32 ` [PATCH 1/3] arm64: dts: " Vladimir Zapolskiy
2024-09-30  5:57   ` Taniya Das
2024-09-30  8:43     ` Vladimir Zapolskiy
2024-09-27 10:32 ` [PATCH 2/3] dt-bindings: clock: qcom,sm8450-camcc: do not restrict power domain to MMCX Vladimir Zapolskiy
2024-09-27 22:48   ` Rob Herring
2024-09-27 10:32 ` [PATCH 3/3] dt-bindings: clock: qcom,sm8450-camcc: generalize title and description Vladimir Zapolskiy
2024-09-27 22:49   ` Rob Herring (Arm)
2024-09-27 10:37 ` [PATCH 0/3] arm: qcom: sm8550: Change camcc power domain from MMCX to MXC Vladimir Zapolskiy

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.