projects
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
771dc87
)
ARM: dts: socfpga: add the temperature sensor to the Arria10 devkit
author
Dinh Nguyen
<dinguyen@kernel.org>
Wed, 15 Jul 2020 18:05:16 +0000
(13:05 -0500)
committer
Dinh Nguyen
<dinguyen@kernel.org>
Sun, 19 Jul 2020 01:12:07 +0000
(20:12 -0500)
Add the Maxim max1619 temp sensor that is on the Arria10 devkit.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
index 0efbeccc5cd2cde7758869749ec91799bf0cd0a8..7edebe20e859337c6221312c10c3a326eef345ef 100644
(file)
--- a/
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
+++ b/
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
@@
-162,6
+162,11
@@
compatible = "ltc2977";
reg = <0x5c>;
};
+
+ temp@4c {
+ compatible = "maxim,max1619";
+ reg = <0x4c>;
+ };
};
&uart1 {