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

Commit 401c9a50 authored by Stephen Warren's avatar Stephen Warren Committed by Olof Johansson
Browse files

arm/dt: Add ADT7461 to Seaboard



The ADT7461 is a temperature monitoring IC. One is present on the DVC
I2C bus on Seaboard.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 0bc2ecb6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -25,6 +25,11 @@

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

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

	serial@70006000 {