]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: aspeed: harma: add E1.S power monitor
authorPeter Yin <peteryin.openbmc@gmail.com>
Wed, 11 Jun 2025 08:05:10 +0000 (16:05 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Fri, 4 Jul 2025 03:58:25 +0000 (13:28 +0930)
Add the E1.S power monitor device node to the Harma device tree
to enable power monitoring functionality for E1.S drives.

Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com>
Link: https://patch.msgid.link/20250611080514.3123335-2-peteryin.openbmc@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts

index 9cb511a846e3461c99f9261b7986e7df99907a74..3a215bb1e2207c585cf5b978371169441e77f5f4 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <0>;
+
+                       power-monitor@45 {
+                               compatible = "ti,ina230";
+                               reg = <0x45>;
+                       };
+
                };
                imux23: i2c@1 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <1>;
+
+                       power-monitor@45 {
+                               compatible = "ti,ina230";
+                               reg = <0x45>;
+                       };
                };
        };
 };