Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1266f897 authored by Marc Dietrich's avatar Marc Dietrich Committed by Olof Johansson
Browse files

ARM: dt: tegra: add ADT7461 temperature sensor to paz00 device tree



Add the ADT7461 temperature monitoring IC which is connected via
the DVC controller.

Signed-off-by: default avatarMarc Dietrich <marvin24@gmx.de>
Acked-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 62aa2b53
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -35,6 +35,11 @@

	i2c@7000d000 {
		clock-frequency = <400000>;

		adt7461@4c {
			compatible = "adi,adt7461";
			reg = <0x4c>;
		};
	};

	serial@70006000 {