Commit bc860760 authored by Théo Lebrun's avatar Théo Lebrun Committed by Thomas Bogendoerfer
Browse files

MIPS: mobileye: eyeq5: add evaluation board I2C temp sensor



Declare the temperature sensor on I2C bus 2. Its label is the schematics
identifier.

Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Acked-by: default avatarAndi Shyti <andi.shyti@kernel.org>
Signed-off-by: default avatarThéo Lebrun <theo.lebrun@bootlin.com>
Acked-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent c1dbf4c8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -21,3 +21,11 @@ memory@0 {
		      <0x8 0x02000000 0x0 0x7E000000>;
	};
};

&i2c2 {
	temperature-sensor@48 {
		compatible = "ti,tmp112";
		reg = <0x48>;
		label = "U60";
	};
};