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 12B34CD1288 for ; Wed, 3 Apr 2024 13:34:48 +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: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:In-Reply-To:References: List-Owner; bh=rcX1cgHu0MZhSP3/p5iE5CwnJTEEMregMmD3UBEbFrs=; b=p9p1jZDa7bFGX5 CZmiAaL5e3lNsxYqq0+KeGD+jykSDrIz4JNAzJnZhP9iEC2cDcsjukwbHEiN+xgbR9LlCeRDjgaEq H89GBx+m4K6MWc05F99fMTRiaupMDmY8r1eg2tXBxsSob//DzRhwovzMDS2VEpNZUYJBbanzirFU/ ncAm+6eoNm+KZQF+xQPgDrDyMD1MGnA0OVERpIvvmnG1a1WxJnJdP88lc7geEvxCy0/f+8VR/UpNW mj9tQlQWEz17ZN7thWx3HEe2y5FmSItsIoxDOx/rNMixHKoFRIG1QbZ2o9V7cWA/THffAZ14RBF28 lQdukFIsh800IwPQZ+BA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rs0l2-0000000GEvE-2xRg; Wed, 03 Apr 2024 13:34:28 +0000 Received: from mail.rnplus.nl ([178.251.25.70]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rs0kx-0000000GEmK-2FAG for linux-arm-kernel@lists.infradead.org; Wed, 03 Apr 2024 13:34:26 +0000 Received: from localhost (unknown [127.0.0.1]) by mail.rnplus.nl (Postfix) with ESMTP id E3556379480 for ; Wed, 3 Apr 2024 13:37:33 +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 tO4qLeRgJTE3 for ; Wed, 3 Apr 2024 15:37:33 +0200 (CEST) Received: from localhost.localdomain (184-179-179-143.ftth.glasoperator.nl [143.179.179.184]) by mail.rnplus.nl (Postfix) with ESMTPSA id 7CD69379443; Wed, 3 Apr 2024 15:37:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rnplus.nl; s=dkim; t=1712151450; bh=FqNyiUeqU0Pi3/GSVu8yFgj/1p765NCY3NVehafqT10=; h=From:To:Subject:Date; b=Wdbmf0PSAjMBK1k8e50gyXubKjLSTqiAFqXXSasBGIjuLMSPlTy+wci0jMXX9dca3 ph80GzB/yb8rBfheED55l2O8AqLrCVDLyKbKV61Wso338InwQE+/8SuclWq0XlBwkh NCTS69t5KOjgsy6YSVZjIqukolrdEoNo+XWz7bLw= From: Renze Nicolai To: renze@rnplus.nl, 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 Subject: [PATCH v2 0/3] ARM: dts: Update devicetree of Asrock X570D4U BMC Date: Wed, 3 Apr 2024 15:28:50 +0200 Message-ID: <20240403133037.37782-1-renze@rnplus.nl> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240403_063424_929694_9372F6AE X-CRM114-Status: UNSURE ( 7.78 ) X-CRM114-Notice: Please train this message. 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 These patches change the GPIO table, ADC channel configuration and I2C bus configuration of the devicetree for the X570D4U BMC as part of ongoing efforts to support OpenBMC on this platform. Changes since v1: - Fixed warnings indicated by checkpatch.pl - Change commit message of ADC channels commit to match imperative mood - Restructure GPIO table to better match other ASPEED devices - Clarify naming scheme better Best regards, Renze Nicolai Renze Nicolai (3): ARM: dts: Modify GPIO table for Asrock X570D4U BMC ARM: dts: Disable unused ADC channels for Asrock X570D4U BMC ARM: dts: Modify I2C bus configuration .../dts/aspeed/aspeed-bmc-asrock-x570d4u.dts | 131 ++++++++---------- 1 file changed, 57 insertions(+), 74 deletions(-) -- 2.44.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel