summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@kernel.org>2020-07-15 21:05:16 +0300
committerDinh Nguyen <dinguyen@kernel.org>2020-07-19 04:12:07 +0300
commit812f5501161151f3c3f4e15f7ef250fc1c3af6a4 (patch)
tree36c88b35442ece267a4c772d457a49cfa707027d
parent0ef91ccdbf49fac8deec0871dacdc74094d44ae0 (diff)
downloadlinux-812f5501161151f3c3f4e15f7ef250fc1c3af6a4.tar.xz
ARM: dts: socfpga: add the temperature sensor to the Arria10 devkit
Add the Maxim max1619 temp sensor that is on the Arria10 devkit. Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
-rw-r--r--arch/arm/boot/dts/socfpga_arria10_socdk.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
index 0efbeccc5cd2..7edebe20e859 100644
--- 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 {