From patchwork Tue Nov 14 11:27:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zev Weiss X-Patchwork-Id: 743877 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 18F10224F1 for ; Tue, 14 Nov 2023 11:27:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=bewilderbeest.net header.i=@bewilderbeest.net header.b="kQHkJNbp" Received: from thorn.bewilderbeest.net (thorn.bewilderbeest.net [IPv6:2605:2700:0:5::4713:9cab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6B79CC; Tue, 14 Nov 2023 03:27:31 -0800 (PST) Received: from hatter.bewilderbeest.net (unknown [IPv6:2602:61:7e5d:5300::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: zev) by thorn.bewilderbeest.net (Postfix) with ESMTPSA id F22898A; Tue, 14 Nov 2023 03:27:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bewilderbeest.net; s=thorn; t=1699961251; bh=5M+pCx4Fen2Behvs2e4Id/PtAlxPW61twvTyrlTpuu8=; h=From:To:Cc:Subject:Date:From; b=kQHkJNbpAMvwbfrZZpJLnmCVYViYbt1PjXP+EaHC4P3pV+wtNc1TeVcwaRicx00Wx Esxfl+qpy6z7hFuhTKHesdngFuURMUHweVmYB62BwQEIUI/HEgaKFlQrSky41e59sl ytUSG36Ow2lfJmiwVoJscHdFAvEao4BIrJUb0gH4= From: Zev Weiss To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery Cc: Zev Weiss , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org Subject: [PATCH 0/2] ARM: dts: aspeed: Add ASRock E3C256D4I BMC Date: Tue, 14 Nov 2023 03:27:23 -0800 Message-ID: <20231114112722.28506-4-zev@bewilderbeest.net> X-Mailer: git-send-email 2.42.0 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hello, These patches add a device-tree (and a tiny bindings update) for the Aspeed BMC on the ASRock E3C256D4I, so that it can be added as a supported OpenBMC platform. Thanks, Zev Zev Weiss (2): dt-bindings: arm: aspeed: document ASRock E3C256D4I ARM: dts: aspeed: Add ASRock E3C256D4I BMC .../bindings/arm/aspeed/aspeed.yaml | 1 + arch/arm/boot/dts/aspeed/Makefile | 1 + .../aspeed/aspeed-bmc-asrock-e3c256d4i.dts | 314 ++++++++++++++++++ 3 files changed, 316 insertions(+) create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-e3c256d4i.dts Acked-by: Krzysztof Kozlowski