projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62aa2b5
)
ARM: dt: tegra: add ADT7461 temperature sensor to paz00 device tree
author
Marc Dietrich
<marvin24@gmx.de>
Tue, 31 Jan 2012 18:53:21 +0000
(19:53 +0100)
committer
Olof Johansson
<olof@lixom.net>
Tue, 7 Feb 2012 05:08:43 +0000
(21:08 -0800)
Add the ADT7461 temperature monitoring IC which is connected via
the DVC controller.
Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/tegra-paz00.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/tegra-paz00.dts
b/arch/arm/boot/dts/tegra-paz00.dts
index 1a1d7023b69b427bda55a11b0dff61e8849e001b..22d12f312318c4254798d275534579b11e4f9b5d 100644
(file)
--- a/
arch/arm/boot/dts/tegra-paz00.dts
+++ b/
arch/arm/boot/dts/tegra-paz00.dts
@@
-35,6
+35,11
@@
i2c@7000d000 {
clock-frequency = <400000>;
+
+ adt7461@4c {
+ compatible = "adi,adt7461";
+ reg = <0x4c>;
+ };
};
serial@70006000 {