devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sc8280xp: make dispcc cast minimal vote on MMCX
@ 2024-02-26 21:11 Dmitry Baryshkov
  2024-02-26 21:52 ` Konrad Dybcio
  2024-02-27  1:51 ` Bjorn Andersson
  0 siblings, 2 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2024-02-26 21:11 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, Johan Hovold

Add required-opps property to the display clock controller. This makes
it cast minimal vote on the MMCX lane to prevents resets caused by the
DisplayPort / panel probing.

Fixes: 57d6ef683a15 ("arm64: dts: qcom: sc8280xp: Define some of the display blocks")
Cc: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
index febf28356ff8..ec85c81f65cd 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
@@ -3938,6 +3938,7 @@ dispcc0: clock-controller@af00000 {
 				 <0>,
 				 <0>;
 			power-domains = <&rpmhpd SC8280XP_MMCX>;
+			required-opps = <&rpmhpd_opp_low_svs>;
 
 			#clock-cells = <1>;
 			#power-domain-cells = <1>;
@@ -5034,6 +5035,7 @@ dispcc1: clock-controller@22100000 {
 				 <0>,
 				 <0>;
 			power-domains = <&rpmhpd SC8280XP_MMCX>;
+			required-opps = <&rpmhpd_opp_low_svs>;
 
 			#clock-cells = <1>;
 			#power-domain-cells = <1>;
-- 
2.39.2


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

end of thread, other threads:[~2024-02-27  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26 21:11 [PATCH] arm64: dts: qcom: sc8280xp: make dispcc cast minimal vote on MMCX Dmitry Baryshkov
2024-02-26 21:52 ` Konrad Dybcio
2024-02-27  1:51 ` Bjorn Andersson
2024-02-27  9:55   ` Johan Hovold

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