Skip to content
Snippets Groups Projects
Commit b49bdd70 authored by Eddie James's avatar Eddie James Committed by Greg Kroah-Hartman
Browse files

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


[ 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: 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>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent fe310fd1
No related branches found
No related tags found
No related merge requests found
......@@ -707,9 +707,9 @@
multi-master;
status = "okay";
si7021-a20@20 {
si7021-a20@40 {
compatible = "silabs,si7020";
reg = <0x20>;
reg = <0x40>;
};
tmp275@48 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment