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

Commit 8ba1baab authored by Florian Larysch's avatar Florian Larysch Committed by Scott Wood
Browse files

powerpc/dts: add device tree entry for W83793 on T4240RDB



The T4240RDB contains a W83793 hardware monitoring chip. Add a device
tree entry to make the driver attach to it, as the i2c-mpc bus driver
dropped support for class-based instantiation of devices a long time
ago.

Signed-off-by: default avatarFlorian Larysch <fl@n621.de>
Signed-off-by: default avatarScott Wood <oss@buserror.net>
parent 9b894c91
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -125,6 +125,10 @@
		};

		i2c@118000 {
			hwmon@2f {
				compatible = "winbond,w83793";
				reg = <0x2f>;
			};
			eeprom@52 {
				compatible = "at24,24c256";
				reg = <0x52>;