mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
arm64: dts: qcom: sc8180x: Move DisplayPort for MMCX
The DisplayPort blocks are powered by MMCX and should be described as
such to ensure that power votes are done on the right resource.
This also solves the problem that sync_state is unaware of the DP
controllers needing MMCX to be kept alive during boot. As such this
change also fixes occasionally seen crashes during boot due to
undervoltage of MMCX.
Fixes: 494dec9b6f ("arm64: dts: qcom: sc8180x: Add display and gpu nodes")
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230612220739.1886155-1-quic_bjorande@quicinc.com
This commit is contained in:
parent
e537d5ef47
commit
2d7b1a31ff
|
|
@ -2966,7 +2966,7 @@
|
|||
#sound-dai-cells = <0>;
|
||||
|
||||
operating-points-v2 = <&dp0_opp_table>;
|
||||
power-domains = <&rpmhpd SC8180X_CX>;
|
||||
power-domains = <&rpmhpd SC8180X_MMCX>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
|
|
@ -3040,7 +3040,7 @@
|
|||
#sound-dai-cells = <0>;
|
||||
|
||||
operating-points-v2 = <&dp0_opp_table>;
|
||||
power-domains = <&rpmhpd SC8180X_CX>;
|
||||
power-domains = <&rpmhpd SC8180X_MMCX>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
|
|
@ -3114,7 +3114,7 @@
|
|||
#sound-dai-cells = <0>;
|
||||
|
||||
operating-points-v2 = <&edp_opp_table>;
|
||||
power-domains = <&rpmhpd SC8180X_CX>;
|
||||
power-domains = <&rpmhpd SC8180X_MMCX>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user