From: Théo Lebrun Date: Fri, 4 Jul 2025 11:47:08 +0000 (+0200) Subject: MIPS: mobileye: eyeq5: add evaluation board I2C temp sensor X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bc8607609610b36c1c4e9bf6b2bb30dd38517aa7;p=users%2Fwilly%2Fxarray.git 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 Acked-by: Andi Shyti Signed-off-by: Théo Lebrun Acked-by: Gregory CLEMENT Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/mobileye/eyeq5-epm5.dts b/arch/mips/boot/dts/mobileye/eyeq5-epm5.dts index 6898b2d8267d..9fc1a1b0a81b 100644 --- a/arch/mips/boot/dts/mobileye/eyeq5-epm5.dts +++ b/arch/mips/boot/dts/mobileye/eyeq5-epm5.dts @@ -21,3 +21,11 @@ <0x8 0x02000000 0x0 0x7E000000>; }; }; + +&i2c2 { + temperature-sensor@48 { + compatible = "ti,tmp112"; + reg = <0x48>; + label = "U60"; + }; +};