diff mbox series

[3/3] ARM: dts: socfpga: add the temperature sensor to the Arria10 devkit

Message ID 20200715192824.22210-3-dinguyen@kernel.org (mailing list archive)
State Mainlined
Commit 812f5501161151f3c3f4e15f7ef250fc1c3af6a4
Headers show
Series [1/3] arm64: dts: agilex: add nand clocks | expand

Commit Message

Dinh Nguyen July 15, 2020, 7:28 p.m. UTC
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 | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

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 {