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

Commit 423da269 authored by Matthias Fuchs's avatar Matthias Fuchs Committed by Josh Boyer
Browse files

powerpc/44x: Add hwmon support to Sequoia device tree



This patch adds support for the AD7414 temperature sensor
on Sequoia PPC440EPx board.

Signed-off-by: default avatarMatthias Fuchs <matthias.fuchs@esd-electronics.com>
Acked-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent cc2e113b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -246,13 +246,22 @@
	   		};

			IIC0: i2c@ef600700 {
				#address-cells = <1>;
				#size-cells = <0>;
				compatible = "ibm,iic-440epx", "ibm,iic";
				reg = <0xef600700 0x00000014>;
				interrupt-parent = <&UIC0>;
				interrupts = <0x2 0x4>;

				hwmon@48 {
					compatible = "adi,ad7414";
					reg = <0x48>;
				};
			};

			IIC1: i2c@ef600800 {
				#address-cells = <1>;
				#size-cells = <0>;
				compatible = "ibm,iic-440epx", "ibm,iic";
				reg = <0xef600800 0x00000014>;
				interrupt-parent = <&UIC0>;