From: Dinh Nguyen Date: Wed, 15 Jul 2020 18:05:16 +0000 (-0500) Subject: ARM: dts: socfpga: add the temperature sensor to the Arria10 devkit X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=812f5501161151f3c3f4e15f7ef250fc1c3af6a4;p=linux.git 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 --- diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi index 0efbeccc5cd2c..7edebe20e8593 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 {