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

Commit 87a1a16b authored by Chaojun Wang's avatar Chaojun Wang
Browse files

ARM: dts: msm: Add vl530x sensor on i2c_3. and add tof-id property.



Add another vl530x sensor dts config on i2c_3 for apq8009. and add tof-id
property for the vl53l0x to identify these two vl53l0x.

Change-Id: I430a4b8bd29bcc5625d5b664e65d483fd28c1182
Signed-off-by: default avatarChaojun Wang <chaojun@codeaurora.org>
parent 8e10ab0d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -256,6 +256,7 @@
		compatible = "st,stmvl53l0";
		reg = <0x29>;
		status = "ok";
		tof-id = <2>;
	};
};

@@ -354,12 +355,12 @@
	status = "ok";
};

&i2c_1 {
	status = "okay";
&i2c_3 {
	vl53l0x@52 {
		compatible = "st,stmvl53l0";
		reg = <0x29>;
		status = "ok";
		tof-id = <1>;
	};
};