Commit 1d5d46a1 authored by Eddie James's avatar Eddie James Committed by Joel Stanley

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

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: default avatarEddie James <eajames@linux.ibm.com>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 9a490b28
......@@ -1201,9 +1201,9 @@ &i2c7 {
multi-master;
status = "okay";
si7021-a20@20 {
si7021-a20@40 {
compatible = "silabs,si7020";
reg = <0x20>;
reg = <0x40>;
};
tmp275@48 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment