]> git.ipfire.org Git - thirdparty/qemu.git/commit
aspeed: Add tmp105 in i2c bus 0 for AST2700
authorJamin Lin <jamin_lin@aspeedtech.com>
Tue, 3 Sep 2024 08:35:27 +0000 (16:35 +0800)
committerCédric Le Goater <clg@redhat.com>
Mon, 16 Sep 2024 15:44:08 +0000 (17:44 +0200)
commit2c075ff3ceb3b18f632c0edbd2c914329dd14e50
tree611e398830711226d6691eb0e30ff71f7a1a96b9
parent8ac116cc64486da150c3b1d57b5413fd10100353
aspeed: Add tmp105 in i2c bus 0 for AST2700

ASPEED SDK add lm75 in i2c bus 0 for AST2700.
LM75 is compatible with TMP105 driver.

Introduce a new i2c init function and
add tmp105 device model in i2c bus 0.

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
hw/arm/aspeed.c