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

Commit 546cba08 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Enable isl29044a ALPS sensor for MSM8916 SKUT1



Add the isl29044a ambient light and proximity sensor to the
MSM8916 SKUT1 board device tree.

Change-Id: I7e557d71ac1493300997ac05a30cd742a1d665ed
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 1633556f
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";
};