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

Commit 7fc31e8e 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 vl530x sensor on i2c_3. and add tof-id property."

parents 717f3b97 87a1a16b
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>;
	};
};