summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@linaro.org>2024-04-19 19:13:58 +0300
committerBjorn Andersson <andersson@kernel.org>2024-04-20 19:46:34 +0300
commit78a4407ca834cc448cb015e714ca230ec6bb4503 (patch)
tree929fa3a0aeed0eafdbf45aa1916650b35532ae04 /arch/arm64/boot/dts/qcom/x1e80100-qcp.dts
parent2351d205081cf4e7d960c0dbc5891e5fbda0b1f0 (diff)
downloadlinux-78a4407ca834cc448cb015e714ca230ec6bb4503.tar.xz
arm64: dts: qcom: x1e80100-qcp: Add data-lanes and link-frequencies to DP3
The data-lanes are a property of the out remote endpoint, so move them from mdss_dp3 to the mdss_dp3_out. Also add the link-frequencies to mdss_dp3_out and make sure to include all frequencies. Fixes: f9a9c11471da ("arm64: dts: qcom: x1e80100-qcp: Enable more support") Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240419-x1e80100-dts-fix-mdss-dp3-v2-3-10f4ed7a09b4@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/x1e80100-qcp.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/x1e80100-qcp.dts5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts b/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts
index 35580ac3430d..2061fbe7b75a 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts
+++ b/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts
@@ -410,8 +410,6 @@
compatible = "qcom,x1e80100-dp";
/delete-property/ #sound-dai-cells;
- data-lanes = <0 1 2 3>;
-
status = "okay";
aux-bus {
@@ -431,6 +429,9 @@
port@1 {
reg = <1>;
mdss_dp3_out: endpoint {
+ data-lanes = <0 1 2 3>;
+ link-frequencies = /bits/ 64 <1620000000 2700000000 5400000000 8100000000>;
+
remote-endpoint = <&edp_panel_in>;
};
};