summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/am335x-phycore-som.dtsi
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2017-01-05 15:50:48 +0100
committerTony Lindgren <tony@atomide.com>2017-01-05 09:14:39 -0800
commit1fe61439c9470e1978f28cd3984740686bfcdc2c (patch)
treefc6ab0d1f67ef7fc0e23462a2eb4ccdd79070e8c /arch/arm/boot/dts/am335x-phycore-som.dtsi
parent7f103dc05308ad11b6233cf369b850d13fb655b5 (diff)
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 <t.remmet@phytec.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-phycore-som.dtsi')
-rw-r--r--arch/arm/boot/dts/am335x-phycore-som.dtsi6
1 files changed, 6 insertions, 0 deletions
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 @@
reg = <0x2d>;
};
+ i2c_tmp102: temp@4b {
+ compatible = "ti,tmp102";
+ reg = <0x4b>;
+ status = "disabled";
+ };
+
i2c_eeprom: eeprom@52 {
compatible = "atmel,24c32";
pagesize = <32>;