Commit e9988560 authored by Chanh Nguyen's avatar Chanh Nguyen Committed by Joel Stanley
Browse files

ARM: dts: aspeed: mtmitchell: Add inlet temperature sensor



Add the inlet temperature at address 0x48, which is connected
via BMC I2C8.

Signed-off-by: default avatarChanh Nguyen <chanh@os.amperecomputing.com>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20231005035525.19036-6-chanh@os.amperecomputing.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 1edcc725
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -497,6 +497,11 @@ &i2c7 {
&i2c8 {
	status = "okay";

	temperature-sensor@48 {
		compatible = "ti,tmp112";
		reg = <0x48>;
	};

	gpio@77 {
		compatible = "nxp,pca9539";
		reg = <0x77>;