Commit 4ab03ef8 authored by Douglas Anderson's avatar Douglas Anderson Committed by Bjorn Andersson
Browse files

arm64: qcom: sc7280-herobrine: Enable DP

parent e6041464
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -428,6 +428,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";
};