ARM: dts: aspeed: Harma: Revise max31790 address
authorPeter Yin <peteryin.openbmc@gmail.com>
Fri, 12 Apr 2024 09:15:55 +0000 (17:15 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 1 May 2024 02:19:19 +0000 (11:49 +0930)
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>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts

index 5c3fa8bbaceda0077f731268f6eb672ff4cd3c07..7e98af5836cfe85706849373cb9b5671a2f1736d 100644 (file)
 &i2c0 {
        status = "okay";
 
-       max31790@30{
+       max31790@5e{
                compatible = "max31790";
-               reg = <0x30>;
+               reg = <0x5e>;
                #address-cells = <1>;
                #size-cells = <0>;
        };
 &i2c2 {
        status = "okay";
 
-       max31790@30{
+       max31790@5e{
                compatible = "max31790";
-               reg = <0x30>;
+               reg = <0x5e>;
                #address-cells = <1>;
                #size-cells = <0>;
        };