Commit 26c5aa54 authored by Kuogee Hsieh's avatar Kuogee Hsieh Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: add data-lanes and link-freuencies into dp_out endpoint



Move data-lanes property from mdss_dp node to dp_out endpoint. Also
add link-frequencies property into dp_out endpoint as well. The last
frequency specified at link-frequencies will be the max link rate
supported by DP.

Signed-off-by: default avatarKuogee Hsieh <quic_khsieh@quicinc.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/1672163103-31254-2-git-send-email-quic_khsieh@quicinc.com
parent eef26fb4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -816,7 +816,11 @@ hp_i2c: &i2c9 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&dp_hot_plug_det>;
};

&mdss_dp_out {
	data-lanes = <0 1>;
	link-frequencies = /bits/ 64 <1620000000 2700000000 5400000000>;
};

&pm6150_adc {
+1 −1
Original line number Diff line number Diff line
@@ -3157,7 +3157,7 @@

					port@1 {
						reg = <1>;
						dp_out: endpoint { };
						mdss_dp_out: endpoint { };
					};
				};

+4 −0
Original line number Diff line number Diff line
@@ -442,7 +442,11 @@ ap_i2c_tpm: &i2c14 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&dp_hot_plug_det>;
};

&mdss_dp_out {
	data-lanes = <0 1>;
	link-frequencies = /bits/ 64 <1620000000 2700000000 5400000000 8100000000>;
};

&mdss_mdp {
+1 −1
Original line number Diff line number Diff line
@@ -4144,7 +4144,7 @@

					port@1 {
						reg = <1>;
						dp_out: endpoint { };
						mdss_dp_out: endpoint { };
					};
				};