diff mbox series

[v2] arm64: dts: qcom: sdm845: make DP node follow the schema

Message ID 20230110042126.702147-1-dmitry.baryshkov@linaro.org
State Accepted
Commit 19e509d5ea229244b9205f8671bb75b13738a1f9
Headers show
Series [v2] arm64: dts: qcom: sdm845: make DP node follow the schema | expand

Commit Message

Dmitry Baryshkov Jan. 10, 2023, 4:21 a.m. UTC
Drop the #clock-cells (probably a leftover from the times before the DP
PHY split)

Fixes: eaac4e55a6f4 ("arm64: dts: qcom: sdm845: add displayport node")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---

Changes since v1: dropped the opp-table rename, handled by a patch by
Krzysztof.

---
 arch/arm64/boot/dts/qcom/sdm845.dtsi | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 8b403eea8e67..f4a552ab383e 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -4603,7 +4603,6 @@  mdss_dp: displayport-controller@ae90000 {
 					 <&dispcc DISP_CC_MDSS_DP_PIXEL_CLK>;
 				clock-names = "core_iface", "core_aux", "ctrl_link",
 					      "ctrl_link_iface", "stream_pixel";
-				#clock-cells = <1>;
 				assigned-clocks = <&dispcc DISP_CC_MDSS_DP_LINK_CLK_SRC>,
 						  <&dispcc DISP_CC_MDSS_DP_PIXEL_CLK_SRC>;
 				assigned-clock-parents = <&dp_phy 0>, <&dp_phy 1>;