From: Teresa Remmet Date: Thu, 5 Jan 2017 14:50:48 +0000 (+0100) Subject: ARM: dts: am335x-phycore-som: Add i2c temp sensor X-Git-Tag: v4.11-rc1~87^2~22^2~23 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=1fe61439c9470e1978f28cd3984740686bfcdc2c;p=linux.git ARM: dts: am335x-phycore-som: Add i2c temp sensor Include the i2c temperature sensor which is optionaly mounted on the phyCORE-AM335x-R2 module. Signed-off-by: Teresa Remmet Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am335x-phycore-som.dtsi b/arch/arm/boot/dts/am335x-phycore-som.dtsi index b72dfaaf8175..fd1adc60f749 100644 --- a/arch/arm/boot/dts/am335x-phycore-som.dtsi +++ b/arch/arm/boot/dts/am335x-phycore-som.dtsi @@ -120,6 +120,12 @@ tps: pmic@2d { reg = <0x2d>; }; + i2c_tmp102: temp@4b { + compatible = "ti,tmp102"; + reg = <0x4b>; + status = "disabled"; + }; + i2c_eeprom: eeprom@52 { compatible = "atmel,24c32"; pagesize = <32>;