ARM: dts: aspeed: mtmitchell: Add inlet temperature sensor
authorChanh Nguyen <chanh@os.amperecomputing.com>
Thu, 5 Oct 2023 03:55:23 +0000 (10:55 +0700)
committerJoel Stanley <joel@jms.id.au>
Fri, 13 Oct 2023 04:29:03 +0000 (14:59 +1030)
Add the inlet temperature at address 0x48, which is connected
via BMC I2C8.

Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20231005035525.19036-6-chanh@os.amperecomputing.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts

index b7c4f7cfad07d21403b7ba54612529a1394d90fe..eb41e55fe1a227be50b18f43a9e21dfc948dfef3 100644 (file)
 &i2c8 {
        status = "okay";
 
+       temperature-sensor@48 {
+               compatible = "ti,tmp112";
+               reg = <0x48>;
+       };
+
        gpio@77 {
                compatible = "nxp,pca9539";
                reg = <0x77>;