diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2020-07-15 13:05:16 -0500 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2020-07-18 20:12:07 -0500 |
commit | 812f5501161151f3c3f4e15f7ef250fc1c3af6a4 (patch) | |
tree | 36c88b35442ece267a4c772d457a49cfa707027d | |
parent | 0ef91ccdbf49fac8deec0871dacdc74094d44ae0 (diff) |
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.dtsi | 5 |
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 { |