lkml.org 
[lkml]   [2023]   [Feb]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/2] arm64: dts: sc8280xp-crd: fix external display 'data-lanes'
Date
The 'data-lanes' property belongs in the controller node but was
erroneously moved to the endpoint nodes in the last revision of the
external display series:

[drm] Invalid property "data-lanes", default max DP lanes = 4

Fixes: bc9a747ae91f ("arm64: dts: qcom: sc8280xp-crd: Introduce pmic_glink")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
index 0c3bdd3cdb9e..db6eb19d0da7 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
+++ b/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
@@ -379,20 +379,22 @@ &mdss0 {
};

&mdss0_dp0 {
+ data-lanes = <0 1>;
+
status = "okay";
};

&mdss0_dp0_out {
- data-lanes = <0 1>;
remote-endpoint = <&pmic_glink_con0_ss>;
};

&mdss0_dp1 {
+ data-lanes = <0 1>;
+
status = "okay";
};

&mdss0_dp1_out {
- data-lanes = <0 1>;
remote-endpoint = <&pmic_glink_con1_ss>;
};

--
2.39.2
\
 
 \ /
  Last update: 2023-03-27 00:24    [W:0.037 / U:0.740 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site