Re: [PATCH v6 2/2] ARM: dts: aspeed: ventura2: Add Meta ventura2 BMC
Kyle Hsieh <[email protected]> Thu, 11 Jun 2026 13:24:08 +0800
| Newsgroups | org.ozlabs.lists.linux-aspeed,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAF7HswMxtzD5KoQRGx4ckA4fUbFr6P7XXnTff_Z+_DmN8i37vQ@mail.gmail.com> |
On Wed, Jun 10, 2026 at 7:22 PM Andrew Jeffery <[email protected]> wrote: > > Hi Kyle, > > On Wed, 2026-06-10 at 09:22 +0800, Kyle Hsieh wrote: > > Add linux device tree entry related to the Meta(Facebook) rmc-node. > > The system uses an AT2600 BMC. > > This node is named "ventura2". > > > > Signed-off-by: Kyle Hsieh <[email protected]> > > I have some comments on v5 that are applicable here too. > > https://lore.kernel.org/all/3d56889c004fc2d11b76ace6033c7ccfb8a37d03.camel@codeconstruct.com.au/ > Hi Andrew, Thanks for the review and suggestions! To briefly answer your question: Ventura2 is Rack Management Controller. It is a modular device primarily designed to manage liquid cooling systems and monitor rack-level hardware states. Its key hardware features include an extensive I2C/GPIO topology for tray-level and rack-level liquid leakage detection, as well as MCTP over I2C support for asynchronous device communications. I will remove the redundant sentence and include this detailed description of the platform's purpose and architecture in the commit message for v7. Also, the Sashiko AI bot just caught a missing `idle-state` configuration for the MCTP I2C mux, so I will include that fix in v7 as well. I will send out the v7 patch shortly. Best regards, Kyle Hsieh > Andrew