]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: aspeed: harma: Revise hsc chip
authorPeter Yin <peteryin.openbmc@gmail.com>
Thu, 1 Aug 2024 16:01:25 +0000 (00:01 +0800)
committerJoel Stanley <joel@jms.id.au>
Thu, 22 Aug 2024 03:37:37 +0000 (13:07 +0930)
Revise HSC chip name and address to match LTC4287.

Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com>
Link: https://lore.kernel.org/r/20240801160136.1281291-2-peteryin.openbmc@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts

index c118d473a76fb4d5f28c0ca2f039748cb1c1d7c0..d99fba321379d3aa6c2cca9b778ca54f398f465a 100644 (file)
                reg = <0x49>;
        };
 
-       power-monitor@22 {
-               compatible = "lltc,ltc4286";
-               reg = <0x22>;
-               adi,vrange-low-enable;
-               shunt-resistor-micro-ohms = <500>;
+       power-monitor@44 {
+               compatible = "lltc,ltc4287";
+               reg = <0x44>;
+               shunt-resistor-micro-ohms = <250>;
        };
 };