Skip to content

Commit e998856

Browse files
chnguyen-ampereshenki
authored andcommitted
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>
1 parent 1edcc72 commit e998856

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtmitchell.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,11 @@
497497
&i2c8 {
498498
status = "okay";
499499

500+
temperature-sensor@48 {
501+
compatible = "ti,tmp112";
502+
reg = <0x48>;
503+
};
504+
500505
gpio@77 {
501506
compatible = "nxp,pca9539";
502507
reg = <0x77>;

0 commit comments

Comments
 (0)