提交 78113e5a 编写于 作者: E Eddie James 提交者: Zheng Zengkai

ARM: dts: aspeed: Rainier: Fix humidity sensor bus address

stable inclusion
from stable-5.10.37
commit b49bdd70b337b0a34892dc40b8d5c6210ecc64e7
bugzilla: 51868
CVE: NA

--------------------------------

[ Upstream commit 1d5d46a1 ]

The si7021 was incorrectly placed at 0x20 on i2c bus 7. It is at 0x40.

Fixes: 9c44db70 ("ARM: dts: aspeed: rainier: Add i2c devices")
Signed-off-by: NEddie James <eajames@linux.ibm.com>
Reviewed-by: NJoel Stanley <joel@jms.id.au>
Signed-off-by: NJoel Stanley <joel@jms.id.au>
Signed-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NChen Jun <chenjun102@huawei.com>
Acked-by: NWeilong Chen <chenweilong@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 4fcfefa9
...@@ -707,9 +707,9 @@ ...@@ -707,9 +707,9 @@
multi-master; multi-master;
status = "okay"; status = "okay";
si7021-a20@20 { si7021-a20@40 {
compatible = "silabs,si7020"; compatible = "silabs,si7020";
reg = <0x20>; reg = <0x40>;
}; };
tmp275@48 { tmp275@48 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册