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

Commit a121a491 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: Enable isl29044a ALPS sensor for MSM8916 SKUT1"

parents a7979a19 546cba08
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -96,6 +96,18 @@
	};
};

&i2c_0 { /* BLSP1 QUP2 */
	intersil@44 { /* Ambient light and proximity sensor */
		compatible = "intersil,isl29044a";
		reg = <0x44>;
		vdd-supply = <&pm8916_l17>;
		vio-supply = <&pm8916_l6>;
		intersil,als-range = <1>;
		intersil,ps-lt = <30>;
		intersil,ps-ht = <50>;
	};
};

&mdss_mdp {
	qcom,mdss-pref-prim-intf = "dsi";
};