projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc2ecb
)
arm/dt: Add ADT7461 to Seaboard
author
Stephen Warren
<swarren@nvidia.com>
Sun, 18 Dec 2011 06:29:32 +0000
(23:29 -0700)
committer
Olof Johansson
<olof@lixom.net>
Tue, 20 Dec 2011 01:54:54 +0000
(17:54 -0800)
The ADT7461 is a temperature monitoring IC. One is present on the DVC
I2C bus on Seaboard.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/tegra-seaboard.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/tegra-seaboard.dts
b/arch/arm/boot/dts/tegra-seaboard.dts
index f552bcc0441279856dab4f36a403002a936eb217..8ea7792380148e3e7f4d73ee565ce54e42905463 100644
(file)
--- a/
arch/arm/boot/dts/tegra-seaboard.dts
+++ b/
arch/arm/boot/dts/tegra-seaboard.dts
@@
-25,6
+25,11
@@
i2c@7000d000 {
clock-frequency = <400000>;
+
+ adt7461@4c {
+ compatible = "adt7461";
+ reg = <0x4c>;
+ };
};
serial@70006000 {