diff options
author | Abel Vesa <[email protected]> | 2024-04-19 19:13:56 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-04-20 11:46:34 -0500 |
commit | 8a2a43a978e51bcddfe8a89bb2acebcf24f1d767 (patch) | |
tree | 6be288493e15df5cf0eb3f8bd5bf56dc247f0ee4 | |
parent | 39c596304e44781c1950ea0cbf178d6433ff9c71 (diff) |
arm64: dts: qcom: x1e80100: Drop the link-frequencies from mdss_dp3_in
The link-frequencies belong in mdss_dp3_out. Drop them from mdss_dp3_in.
Fixes: 1940c25eaa63 ("arm64: dts: qcom: x1e80100: Add display nodes")
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Abel Vesa <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/x1e80100.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi index fa04a24173a7..a8dfd8146706 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi @@ -4095,8 +4095,6 @@ mdss_dp3_in: endpoint { remote-endpoint = <&mdss_intf5_out>; - - link-frequencies = /bits/ 64 <8100000000>; }; }; |