devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible
@ 2025-07-22  7:25 Michal Simek
  2025-07-22 15:18 ` Conor Dooley
  2025-07-22 20:46 ` Conor Dooley
  0 siblings, 2 replies; 4+ messages in thread
From: Michal Simek @ 2025-07-22  7:25 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git
  Cc: Albert Ou, Alexandre Ghiti, Conor Dooley, Krzysztof Kozlowski,
	Palmer Dabbelt, Paul Walmsley, Rob Herring,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list:RISC-V ARCHITECTURE

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible
  2025-07-22  7:25 [PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible Michal Simek
@ 2025-07-22 15:18 ` Conor Dooley
  2025-07-22 15:37   ` Michal Simek
  2025-07-22 20:46 ` Conor Dooley
  1 sibling, 1 reply; 4+ messages in thread
From: Conor Dooley @ 2025-07-22 15:18 UTC (permalink / raw)
  To: Michal Simek
  Cc: linux-kernel, monstr, michal.simek, git, Albert Ou,
	Alexandre Ghiti, Conor Dooley, Krzysztof Kozlowski,
	Palmer Dabbelt, Paul Walmsley, Rob Herring,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list:RISC-V ARCHITECTURE

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible
  2025-07-22 15:18 ` Conor Dooley
@ 2025-07-22 15:37   ` Michal Simek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2025-07-22 15:37 UTC (permalink / raw)
  To: Conor Dooley
  Cc: linux-kernel, monstr, michal.simek, git, Albert Ou,
	Alexandre Ghiti, Conor Dooley, Krzysztof Kozlowski,
	Palmer Dabbelt, Paul Walmsley, Rob Herring,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list:RISC-V ARCHITECTURE



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible
  2025-07-22  7:25 [PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible Michal Simek
  2025-07-22 15:18 ` Conor Dooley
@ 2025-07-22 20:46 ` Conor Dooley
  1 sibling, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2025-07-22 20:46 UTC (permalink / raw)
  To: linux-kernel, monstr, git, Michal Simek
  Cc: conor, Conor Dooley, Albert Ou, Alexandre Ghiti, Conor Dooley,
	Krzysztof Kozlowski, Palmer Dabbelt, Paul Walmsley, Rob Herring,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list:RISC-V ARCHITECTURE

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-22 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22  7:25 [PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V 64bit compatible Michal Simek
2025-07-22 15:18 ` Conor Dooley
2025-07-22 15:37   ` Michal Simek
2025-07-22 20:46 ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).