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

From: Douglas Anderson
Date: Fri May 13 2022 - 09:57:42 EST


This enables DisplayPort for herobrine boards.

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

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";
};
--
2.36.0.550.gb090851708-goog