Re: [PATCH v1 0/2] Add Meta (Facebook) Yosemite5 BMC (AST2600)
From: Rob Herring <robh@kernel.org>
Date: 2025-09-24 13:34:27
Also in:
linux-arm-kernel, linux-devicetree, linux-renesas-soc, lkml
On Wed, Sep 24, 2025 at 8:05 AM Kevin Tung [off-list ref] wrote:
On Mon, Sep 22, 2025 at 10:47 AM Andrew Jeffery [off-list ref] wrote:quoted
On Thu, 2025-09-18 at 10:21 +0800, Kevin Tung wrote:quoted
On Wed, Sep 17, 2025 at 11:12 PM Andrew Lunn [off-list ref] wrote:quoted
On Wed, Sep 17, 2025 at 03:48:08PM +0800, Kevin Tung wrote:quoted
Summary: Add device tree for the Meta (Facebook) Yosemite5 compute node, based on the AST2600 BMC. The Yosemite5 platform provides monitoring of voltages, power, temperatures, and other critical parameters across the motherboard, CXL board, E1.S expansion board, and NIC components. The BMC also logs relevant events and performs appropriate system actions in response to abnormal conditions. Kevin Tung (2): dt-bindings: arm: aspeed: add Meta Yosemite5 board ARM: dts: aspeed: yosemite5: Add Meta Yosemite5 BMCThe threading between your patches are broken? How did you send them? git send-email? b4 send?Yes, the threading is broken. I initially used git send-email, but for some reason, only the cover letter was sent. I then sent the remaining dt-bindings and DTS patches separately as a follow-up.I recommend using b4, it helps blunt some of the sharp edges of git- send-email. https://b4.docs.kernel.org/en/latest/ Can you please send v2 of the series so that it's properly threaded, after applying tags you've collected for the involved patches, and checking your work with `make CHECK_DTBS=y aspeed/aspeed-bmc-facebook- yosemite5.dtb`? AndrewSure! I have sent v2 of the series using b4, and the patches are now properly threaded. I also checked the work with `make CHECK_DTBS=y aspeed/aspeed-bmc-facebook- yosemite5.dtb`, and the warnings that appear are not related to these patches.
Um, they are related because they are warnings for *your* platform. You don't care that there are warnings for your platform? Rob