Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Théo Lebrun and committed by
Thomas Bogendoerfer
bc860760 c1dbf4c8

+8
+8
arch/mips/boot/dts/mobileye/eyeq5-epm5.dts
··· 21 21 <0x8 0x02000000 0x0 0x7E000000>; 22 22 }; 23 23 }; 24 + 25 + &i2c2 { 26 + temperature-sensor@48 { 27 + compatible = "ti,tmp112"; 28 + reg = <0x48>; 29 + label = "U60"; 30 + }; 31 + };