[PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible

Michal Simek posted 1 patch 2 months, 2 weeks ago
Documentation/devicetree/bindings/riscv/cpus.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible
Posted by Michal Simek 2 months, 2 weeks ago
32bit version has been added by commit 4a6b93f56296 ("dt-bindings: riscv:
cpus: Add AMD MicroBlaze V compatible") but 64bit version also exists and
should be covered by binding too.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 Documentation/devicetree/bindings/riscv/cpus.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml
index 2c72f148a74b..1a0cf0702a45 100644
--- a/Documentation/devicetree/bindings/riscv/cpus.yaml
+++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
@@ -45,6 +45,7 @@ properties:
       - items:
           - enum:
               - amd,mbv32
+              - amd,mbv64
               - andestech,ax45mp
               - canaan,k210
               - sifive,bullet0
-- 
2.43.0
Re: [PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible
Posted by Conor Dooley 2 months, 2 weeks ago
From: Conor Dooley <conor.dooley@microchip.com>

On Tue, 22 Jul 2025 09:25:40 +0200, Michal Simek wrote:
> 32bit version has been added by commit 4a6b93f56296 ("dt-bindings: riscv:
> cpus: Add AMD MicroBlaze V compatible") but 64bit version also exists and
> should be covered by binding too.
> 
> 

Applied to riscv-dt-for-next, thanks!

[1/1] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible
      https://git.kernel.org/conor/c/28fa0dcb571a

Thanks,
Conor.
Re: [PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible
Posted by Conor Dooley 2 months, 2 weeks ago
On Tue, Jul 22, 2025 at 09:25:40AM +0200, Michal Simek wrote:
> 32bit version has been added by commit 4a6b93f56296 ("dt-bindings: riscv:
> cpus: Add AMD MicroBlaze V compatible") but 64bit version also exists and
> should be covered by binding too.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Although maybe I should pick this up myself? LMK if you want me to,
rather than it going via the xilinx tree.
Re: [PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible
Posted by Michal Simek 2 months, 2 weeks ago

On 7/22/25 17:18, Conor Dooley wrote:
> On Tue, Jul 22, 2025 at 09:25:40AM +0200, Michal Simek wrote:
>> 32bit version has been added by commit 4a6b93f56296 ("dt-bindings: riscv:
>> cpus: Add AMD MicroBlaze V compatible") but 64bit version also exists and
>> should be covered by binding too.
>>
>> Signed-off-by: Michal Simek <michal.simek@amd.com>
> 
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> 
> Although maybe I should pick this up myself? LMK if you want me to,
> rather than it going via the xilinx tree.

Please pick it up.

Thanks,
Michal