projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
492dd02
)
ARM: dts: AM33XX: Add temperature sensor device tree data to am335x-evm
author
AnilKumar Ch
<anilkumar@ti.com>
Wed, 19 Sep 2012 21:19:30 +0000
(
02:49
+0530)
committer
Benoit Cousson
<b-cousson@ti.com>
Mon, 29 Oct 2012 15:56:27 +0000
(16:56 +0100)
Add temperature sensor DT data to am335x-evm.dts. In AM335x EVM
tmp275 temperature sensor is connected to I2C2 bus. So this patch
adds child node inside i2c2 node with i2c slave address. This patch
is tested on AM335x EVM.
Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
arch/arm/boot/dts/am335x-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am335x-evm.dts
b/arch/arm/boot/dts/am335x-evm.dts
index
d25d1b3
..
a5c4c62
100644
(file)
--- a/
arch/arm/boot/dts/am335x-evm.dts
+++ b/
arch/arm/boot/dts/am335x-evm.dts
@@
-69,6
+69,11
@@
st,max-limit-y = <550>;
st,max-limit-z = <750>;
};
+
+ tmp275: tmp275@48 {
+ compatible = "ti,tmp275";
+ reg = <0x48>;
+ };
};
};