Commit 812f5501 authored by Dinh Nguyen's avatar Dinh Nguyen

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: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 0ef91ccd
......@@ -162,6 +162,11 @@ ltc@5c {
compatible = "ltc2977";
reg = <0x5c>;
};
temp@4c {
compatible = "maxim,max1619";
reg = <0x4c>;
};
};
&uart1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment