Skip to content

Commit

Permalink
arm64: dts: qcom: sc8280xp: fix external display power domain
Browse files Browse the repository at this point in the history
[ Upstream commit cf38612 ]

Fix the external display controller nodes which erroneously described
the controllers as belonging to CX rather than MMCX.

Fixes: 19d3bb9 ("arm64: dts: qcom: sc8280xp: Add USB-C-related DP blocks")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230316141252.2436-1-johan+linaro@kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
jhovold authored and gregkh committed May 11, 2023
1 parent e004739 commit d27b198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/sc8280xp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3253,7 +3253,7 @@
#sound-dai-cells = <0>;

operating-points-v2 = <&mdss0_dp0_opp_table>;
power-domains = <&rpmhpd SC8280XP_CX>;
power-domains = <&rpmhpd SC8280XP_MMCX>;

status = "disabled";

Expand Down Expand Up @@ -3331,7 +3331,7 @@
#sound-dai-cells = <0>;

operating-points-v2 = <&mdss0_dp1_opp_table>;
power-domains = <&rpmhpd SC8280XP_CX>;
power-domains = <&rpmhpd SC8280XP_MMCX>;

status = "disabled";

Expand Down

0 comments on commit d27b198

Please sign in to comment.