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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4CA8C4332F for ; Thu, 9 Nov 2023 17:15:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344468AbjKIRPV (ORCPT ); Thu, 9 Nov 2023 12:15:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344475AbjKIRPR (ORCPT ); Thu, 9 Nov 2023 12:15:17 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DDED830D0 for ; Thu, 9 Nov 2023 09:15:14 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F37E3C433CA; Thu, 9 Nov 2023 17:15:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699550114; bh=VrmtHvFIFAf4vhLknqzGY4CAC0ddBJN+OXw9FKzqRB8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qe0bB+AtLMXEM85wddl2mDF6P2tPMcQptGsAbroFpDiBoVeaIErEExxtxEXZuxjT+ A0gx9bKZDMfrUgsvZAiPVXpVrlIp6pgzuVovXV7sJs1HG1rShXjZMJ9qhdj7UHyIXq +8IP5ArYXANUZjyciVG/N0L2IlQwGe2bKrJfIaGFjhQ8Eu8uJ1atocQ7A3O0a9VJVI gfCiVtJ37OqASUEhhmB5+sOtz+csR/Hkj8+W4KfzJGTnPIl7Rbc043+F1jHstN1Eun zIDFuEpYHUYQQWsZnrbDjgb97Zoi+jiXpoJvcVNukd2Z5NXwkBnttMzDkGf+Bjlpmh wSnul6nNo9jrA== Date: Thu, 9 Nov 2023 17:15:09 +0000 From: Conor Dooley To: Michal Simek Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, michal.simek@xilinx.com, git@xilinx.com, Albert Ou , Krzysztof Kozlowski , Palmer Dabbelt , Paul Walmsley , Rob Herring , devicetree@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V compatible Message-ID: <20231109-hardcore-empathic-dd95ccb2c878@spud> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7xwT4XJ225knA3hD" Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --7xwT4XJ225knA3hD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 06, 2023 at 12:37:47PM +0100, Michal Simek wrote: > MicroBlaze V is new AMD/Xilinx soft-core 32bit RISC-V processor IP. > It is hardware compatible with classic MicroBlaze processor. >=20 > Signed-off-by: Michal Simek Acked-by: Conor Dooley I thought I had already done so, but must have forgot to actually send the email. Cheers, Conor. > --- >=20 > Documentation/devicetree/bindings/riscv/cpus.yaml | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Document= ation/devicetree/bindings/riscv/cpus.yaml > index 97e8441eda1c..7b077af62b27 100644 > --- a/Documentation/devicetree/bindings/riscv/cpus.yaml > +++ b/Documentation/devicetree/bindings/riscv/cpus.yaml > @@ -32,6 +32,7 @@ properties: > oneOf: > - items: > - enum: > + - amd,mbv32 > - andestech,ax45mp > - canaan,k210 > - sifive,bullet0 > --=20 > 2.36.1 >=20 --7xwT4XJ225knA3hD Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZU0TnQAKCRB4tDGHoIJi 0tgeAQCQdC+QAWJRhWvWwoAoN/Msq0G/jpWZOlReGX4cEyxHXwEA9pkjRVCwq0ZR BsGc3oeMsnsa+gsJ7GuY0Ecjh3T7qgM= =TmUg -----END PGP SIGNATURE----- --7xwT4XJ225knA3hD--