Message ID | 20240419-x1e80100-dts-fix-mdss-dp3-v2-0-10f4ed7a09b4@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: qcom: x1e80100: Fix the data-lanes and link-frequencies | expand |
On Fri, 19 Apr 2024 19:13:55 +0300, Abel Vesa wrote: > Both the CRD and the QCP have the data-lanes and the link-frequencies > for the DP3 in the wrong place. Both are properties of the out remote > endpoint. So move them to the mdss_dp3_out for each board. > > Without these fixes, the eDP is broken on both boards. > > > [...] Applied, thanks! [1/3] arm64: dts: qcom: x1e80100: Drop the link-frequencies from mdss_dp3_in commit: 8a2a43a978e51bcddfe8a89bb2acebcf24f1d767 [2/3] arm64: dts: qcom: x1e80100-crd: Add data-lanes and link-frequencies to DP3 commit: 2351d205081cf4e7d960c0dbc5891e5fbda0b1f0 [3/3] arm64: dts: qcom: x1e80100-qcp: Add data-lanes and link-frequencies to DP3 commit: 78a4407ca834cc448cb015e714ca230ec6bb4503 Best regards,
Both the CRD and the QCP have the data-lanes and the link-frequencies for the DP3 in the wrong place. Both are properties of the out remote endpoint. So move them to the mdss_dp3_out for each board. Without these fixes, the eDP is broken on both boards. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- Changes in v2: - Dropped blank line left above the removed link-frequencies in mdss_dp3_in node, spotted by Konrad - Dropped the "Display is broken ..." part from the first commit message - Added Konrad's R-b tags to all patches - Link to v1: https://lore.kernel.org/r/20240418-x1e80100-dts-fix-mdss-dp3-v1-0-9f8420e395d4@linaro.org --- Abel Vesa (3): arm64: dts: qcom: x1e80100: Drop the link-frequencies from mdss_dp3_in arm64: dts: qcom: x1e80100-crd: Add data-lanes and link-frequencies to DP3 arm64: dts: qcom: x1e80100-qcp: Add data-lanes and link-frequencies to DP3 arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 5 +++-- arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 5 +++-- arch/arm64/boot/dts/qcom/x1e80100.dtsi | 2 -- 3 files changed, 6 insertions(+), 6 deletions(-) --- base-commit: a35e92ef04c07bd473404b9b73d489aea19a60a8 change-id: 20240418-x1e80100-dts-fix-mdss-dp3-c2345ee3ee2f Best regards,