ARM: dts: socfpga: add the temperature sensor to the Arria10 devkit
authorDinh Nguyen <dinguyen@kernel.org>
Wed, 15 Jul 2020 18:05:16 +0000 (13:05 -0500)
committerDinh 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

index 0efbecc..7edebe2 100644 (file)
                compatible = "ltc2977";
                reg = <0x5c>;
        };
+
+       temp@4c {
+               compatible = "maxim,max1619";
+               reg = <0x4c>;
+       };
 };
 
 &uart1 {