Skip to content

Commit bc86076

Browse files
tlebtsbogend
authored andcommitted
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>
1 parent c1dbf4c commit bc86076

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/mips/boot/dts/mobileye/eyeq5-epm5.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@
2121
<0x8 0x02000000 0x0 0x7E000000>;
2222
};
2323
};
24+
25+
&i2c2 {
26+
temperature-sensor@48 {
27+
compatible = "ti,tmp112";
28+
reg = <0x48>;
29+
label = "U60";
30+
};
31+
};

0 commit comments

Comments
 (0)