diff options
author | Chanh Nguyen <chanh@os.amperecomputing.com> | 2023-10-05 10:55:23 +0700 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2023-10-13 14:59:03 +1030 |
commit | e998856086a41dc4a76c35aae33a6ac6e455061b (patch) | |
tree | 6997037d1c9304d267eb487c66b19ba24bb08b93 /arch/arm/boot | |
parent | 1edcc7251f8b12eff3c4aff6d6c7fdf650ec7918 (diff) | |
download | linux-stable-e998856086a41dc4a76c35aae33a6ac6e455061b.tar.gz linux-stable-e998856086a41dc4a76c35aae33a6ac6e455061b.tar.bz2 linux-stable-e998856086a41dc4a76c35aae33a6ac6e455061b.zip |
ARM: dts: aspeed: mtmitchell: Add inlet temperature sensor
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts index b7c4f7cfad07..eb41e55fe1a2 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts @@ -497,6 +497,11 @@ &i2c8 { status = "okay"; + temperature-sensor@48 { + compatible = "ti,tmp112"; + reg = <0x48>; + }; + gpio@77 { compatible = "nxp,pca9539"; reg = <0x77>; |