From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4C76EC07E97 for ; Sat, 2 Dec 2023 00:44:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=PaLuoWSr5SbXD7MwB2/5OV7RjiFAj+0c+eTipnYpLn4=; b=47Ke6p14jjhKgy Pl3Td97M9InWyZ0LXTixXauPaqxE6l8V7E29hwX+8WyoH3Imtzv4vptcCMO5xlhqbzkq0XtrXePJb 649bMoPuUnyngSyczLOha9TOgkcaZdoYmoxoIBy3Nv1bCR0EwQAgCzMHo75DYIA05pReFiQBqZBUU UmB9MxNwcXK6tHpgH1z+r97Mt9+0+sBWOhePPKVf97zRRrhg2o9fWaNwbabR5FDkx1nM2wAA42k9Q xxGDotNqRgP1R/CwKfVCm00ohdjhHMs6Tds8AdXkR81KzokHQikSBMdMOhtxdQkaseSltPruBZjzC JJA/EjUBOlgYKy4Ie4Zw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r9E7L-00EwHR-0B; Sat, 02 Dec 2023 00:44:23 +0000 Received: from mail.rnplus.nl ([178.251.25.70]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r9E7I-00EwGX-2g for linux-arm-kernel@lists.infradead.org; Sat, 02 Dec 2023 00:44:22 +0000 Received: from localhost (unknown [127.0.0.1]) by mail.rnplus.nl (Postfix) with ESMTP id E53D1379439 for ; Sat, 2 Dec 2023 00:45:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at rnplus.nl Received: from mail.rnplus.nl ([127.0.0.1]) by localhost (mail.rnplus.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BaPk6Mnm3hXu for ; Sat, 2 Dec 2023 01:45:56 +0100 (CET) Received: from werkpc.localnet (87-101-2-254.dsl.cambrium.nl [87.101.2.254]) by mail.rnplus.nl (Postfix) with ESMTPSA id B90863793AD; Sat, 2 Dec 2023 01:45:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rnplus.nl; s=dkim; t=1701477956; bh=yRBPEQxU6QTn7AumN8CC7LcN7WuQwY78yyLiGx2740g=; h=From:To:Subject:Date:In-Reply-To:References; b=0W7GSsCGwYC8FMG7Ils5SuWyAqyZJGF8bDINj62Wqb53kV2eBh6mstVrI+f4phf/I 6FdLKR168fsp2mZBV1EVnedjh6vFwfmvY2DxrSpFNCbAI8h0q9V3+9AREQe7M4IlYx BYCR+gz0WJ2UOmyxJgVaMMPUQBUSTZuGEyDbk2Xg= From: Renze Nicolai To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-aspeed@lists.ozlabs.org, arnd@arndb.de, olof@lixom.net, soc@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, joel@jms.id.au, andrew@aj.id.au, renze@rnplus.nl Subject: Re: [PATCH v3 0/2] ARM: dts: aspeed: asrock: Add ASRock X570D4U BMC Date: Sat, 02 Dec 2023 01:44:17 +0100 Message-ID: <12332130.O9o76ZdvQC@werkpc> In-Reply-To: <20231202003908.3635695-1-renze@rnplus.nl> References: <20231202003908.3635695-1-renze@rnplus.nl> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231201_164421_006799_E37E2A8D X-CRM114-Status: GOOD ( 14.21 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello again, A small addition to my cover letter for v3 of the patch: I forgot to mention in the changelog from v2 to v3 that I also modified the tachometer configuration to correctly map the tachometer inputs to the fan headers on the board. Greetings, Renze Nicolai On Saturday, December 2, 2023 1:38:43 AM CET you 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. > > 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel