ARM: dts: aspeed: Harma: Revise max31790 address

Revise max31790 address from 0x30 to 0x5e

Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com>
Link: https://lore.kernel.org/r/20240412091600.2534693-8-peteryin.openbmc@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Peter Yin 2024-04-12 17:15:55 +08:00 committed by Andrew Jeffery
parent 645f9eb1bd
commit 7b55cf239c

View File

@ -192,9 +192,9 @@
&i2c0 {
status = "okay";
max31790@30{
max31790@5e{
compatible = "max31790";
reg = <0x30>;
reg = <0x5e>;
#address-cells = <1>;
#size-cells = <0>;
};
@ -212,9 +212,9 @@
&i2c2 {
status = "okay";
max31790@30{
max31790@5e{
compatible = "max31790";
reg = <0x30>;
reg = <0x5e>;
#address-cells = <1>;
#size-cells = <0>;
};