ARM: dts: aspeed: Rainier: Fix humidity sensor bus address
[ Upstream commit1d5d46a1ad] The si7021 was incorrectly placed at 0x20 on i2c bus 7. It is at 0x40. Fixes:9c44db7096("ARM: dts: aspeed: rainier: Add i2c devices") Signed-off-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
fe310fd19f
commit
b49bdd70b3
1 changed files with 2 additions and 2 deletions
|
|
@ -707,9 +707,9 @@
|
|||
multi-master;
|
||||
status = "okay";
|
||||
|
||||
si7021-a20@20 {
|
||||
si7021-a20@40 {
|
||||
compatible = "silabs,si7020";
|
||||
reg = <0x20>;
|
||||
reg = <0x40>;
|
||||
};
|
||||
|
||||
tmp275@48 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue