]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MIPS: mobileye: eyeq5: add evaluation board I2C temp sensor
authorThéo Lebrun <theo.lebrun@bootlin.com>
Fri, 4 Jul 2025 11:47:08 +0000 (13:47 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 16 Jul 2025 16:30:50 +0000 (18:30 +0200)
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>
arch/mips/boot/dts/mobileye/eyeq5-epm5.dts

index 6898b2d8267dfadeea511a84d1df3f70744f17bb..9fc1a1b0a81bec5ec52db17231104c86020d7e3b 100644 (file)
                      <0x8 0x02000000 0x0 0x7E000000>;
        };
 };
+
+&i2c2 {
+       temperature-sensor@48 {
+               compatible = "ti,tmp112";
+               reg = <0x48>;
+               label = "U60";
+       };
+};