Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86869ea1 authored by Sankeerth Billakanti's avatar Sankeerth Billakanti Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: enable displayport hpd through lphw gpio



Enable Displayport HPD via LPHW gpio on trinket devices
without PD controller.

Change-Id: I590d503cc44e5c59c30c7ae4c230bb3c303ed095
Signed-off-by: default avatarSankeerth Billakanti <sbillaka@codeaurora.org>
parent c334419b
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -28,3 +28,24 @@
&dsi_td4330_truly_cmd_display {
	qcom,dsi-display-active;
};

&sde_dp {
	status = "ok";
	qcom,dp-hpd-gpio = <&tlmm 100 0>;
	qcom,dp-low-power-hw-hpd;
};

&mdss_dp_pll {
	status = "ok";
};

&usb0 {
	dwc3@4e00000 {
		usb-phy = <&qusb_phy0>, <&usb_nop_phy>;
		maximum-speed = "high-speed";
	};
};

&mdss_mdp {
	connectors = <&sde_wb &sde_dsi &sde_dp>;
};
+21 −0
Original line number Diff line number Diff line
@@ -21,3 +21,24 @@
	compatible = "qcom,trinket-idp", "qcom,trinket", "qcom,idp";
	qcom,board-id = <34 4>;
};

&sde_dp {
	status = "ok";
	qcom,dp-hpd-gpio = <&tlmm 100 0>;
	qcom,dp-low-power-hw-hpd;
};

&mdss_dp_pll {
	status = "ok";
};

&usb0 {
	dwc3@4e00000 {
		usb-phy = <&qusb_phy0>, <&usb_nop_phy>;
		maximum-speed = "high-speed";
	};
};

&mdss_mdp {
	connectors = <&sde_wb &sde_dsi &sde_dp>;
};