On Sat, 2 Dec 2023 at 11:09, Renze Nicolai <renze@xxxxxxxxx> wrote: > > Hello, > > These patches add a device-tree (and a bindings update) for the > Aspeed BMC on the ASRock X570D4U, so that it can be added as a > supported OpenBMC platform. Looks great! Reviewed-by: Joel Stanley <joel@xxxxxxxxx> I've also added this to the openbmc tree, so no need to send the patches there.. > > Changes since v2: > - Renamed leds to led-0 and led-1 to match Documentation/devicetree/bindings/leds/leds-gpio.yaml > - Added aliasses and labels for the i2c-mux on i2c bus 4 > - Added the missing blank line between the ehci1 and uhci nodes > > Greetings, > Renze Nicolai > > Renze Nicolai (2): > dt-bindings: arm: aspeed: add Asrock X570D4U board > ARM: dts: aspeed: asrock: Add ASRock X570D4U BMC > > .../bindings/arm/aspeed/aspeed.yaml | 1 + > arch/arm/boot/dts/aspeed/Makefile | 1 + > .../dts/aspeed/aspeed-bmc-asrock-x570d4u.dts | 377 ++++++++++++++++++ > 3 files changed, 379 insertions(+) > create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-x570d4u.dts > > -- > 2.43.0 >