Re: [PATCH] arm64: qcom: sc7280-herobrine: Enable DP

From: Abhinav Kumar
Date: Fri May 13 2022 - 12:32:54 EST




On 5/13/2022 6:57 AM, Douglas Anderson wrote:
This enables DisplayPort for herobrine boards.

Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx>

Reviewed-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx>
---

arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
index 9cb1bc8ed6b5..709b7aa02101 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
@@ -429,6 +429,15 @@ &mdss {
status = "okay";
};
+&mdss_dp {
+ status = "okay";
+ pinctrl-names = "default";
+ pinctrl-0 = <&dp_hot_plug_det>;
+ data-lanes = <0 1>;
+ vdda-1p2-supply = <&vdd_a_usbssdp_0_1p2>;
+ vdda-0p9-supply = <&vdd_a_usbssdp_0_core>;
+};
+
&mdss_mdp {
status = "okay";
};