Re: [PATCH v2] ARM: dts: aspeed: yosemite5: Add MP5998 power monitor
Andrew Jeffery <[email protected]>
| Newsgroups | org.ozlabs.lists.linux-aspeed,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <64ab943e8874bd5ef22c0f1a19b7d89daea83a9e.camel@codeconstruct.com.au> |
Hi Daniel, On Tue, 2026-03-31 at 20:07 +0800, Daniel Hsu wrote: > Add an MP5998 power monitor used to monitor the power consumption > of the Paddle_P12V_HSC rail on the Yosemite5 paddle board. > > [v2] > - Describe the purpose of the power monitor > - Remove software/driver related description > > Signed-off-by: Daniel Hsu <[email protected]> I've applied this to the BMC tree. However, in the future, the changelog for the series should go underneath '---' below, so it's not included in the commit message when the patch is applied. Andrew > --- > arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite5.dts | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite5.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite5.dts > index 2486981f3d6b..6287f80d70d9 100644 > --- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite5.dts > +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite5.dts > @@ -422,6 +422,11 @@ power-sensor@45 { > shunt-resistor = <1000>; > }; > > + power-monitor@46 { > + compatible = "mps,mp5998"; > + reg = <0x46>; > + }; > + > power-monitor@47 { > compatible = "ti,tps25990"; > reg = <0x47>;