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

Commit f9cabe67 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add HDMI GPIO regulator device for APQ8084 CDP"

parents 95a1a581 44bb8f09
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -299,6 +299,12 @@
	};

	mpp@a200 { /* MPP 3 */
		/* HDMI_5v_vreg regulator enable */
		qcom,mode = <1>;		/* Digital output */
		qcom,output-type = <0>;		/* CMOS logic */
		qcom,vin-sel = <0>;		/* VPH_PWR */
		qcom,src-sel = <0>;		/* Constant */
		qcom,master-en = <1>;		/* Enable GPIO */
	};

	mpp@a300 { /* MPP 4 */
+8 −0
Original line number Diff line number Diff line
@@ -515,4 +515,12 @@
		enable-active-high;
		gpio = <&pma8084_gpios 20 0>;
	};

	hdmi_vreg: hdmi_vreg {
		compatible = "regulator-fixed";
		regulator-name = "hdmi_vreg";
		startup-delay-us = <400>;
		enable-active-high;
		gpio = <&pma8084_mpps 3 0>;
	};
};