mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
c1dbf4c8c2
commit
bc86076096
1 changed files with 8 additions and 0 deletions
|
@ -21,3 +21,11 @@
|
|||
<0x8 0x02000000 0x0 0x7E000000>;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
temperature-sensor@48 {
|
||||
compatible = "ti,tmp112";
|
||||
reg = <0x48>;
|
||||
label = "U60";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue