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 <[email protected]> Acked-by: Andi Shyti <[email protected]> Signed-off-by: Théo Lebrun <[email protected]> Acked-by: Gregory CLEMENT <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent c1dbf4c commit bc86076

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)