public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] dt-bindings: riscv: add sv57 mmu-type
@ 2023-04-24 17:05 Conor Dooley
  2023-04-25 18:56 ` Rob Herring
  2023-04-26 15:57 ` Palmer Dabbelt
  0 siblings, 2 replies; 4+ messages in thread
From: Conor Dooley @ 2023-04-24 17:05 UTC (permalink / raw)
  To: palmer
  Cc: conor, Conor Dooley, linux-riscv, robh+dt, krzysztof.kozlowski+dt,
	devicetree

From: Conor Dooley <conor.dooley@microchip.com>

Dumping the dtb from new versions of QEMU warns that sv57 is an
undocumented mmu-type. The kernel has supported sv57 for about a year,
so bring it into the fold.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
Resending with the missing CCs.
Palmer, you can take this for 6.4 if you want, otherwise I'll grab it
after the merge window. I doubt there's a rush when it's been missing
for a year or so.
---
 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 4c7ce4a37052..25d6e8dbffb8 100644
--- a/Documentation/devicetree/bindings/riscv/cpus.yaml
+++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
@@ -66,6 +66,7 @@ properties:
       - riscv,sv32
       - riscv,sv39
       - riscv,sv48
+      - riscv,sv57
       - riscv,none
 
   riscv,cbom-block-size:
-- 
2.39.2


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

* Re: [PATCH RESEND] dt-bindings: riscv: add sv57 mmu-type
  2023-04-24 17:05 [PATCH RESEND] dt-bindings: riscv: add sv57 mmu-type Conor Dooley
@ 2023-04-25 18:56 ` Rob Herring
  2023-04-26 14:30   ` Palmer Dabbelt
  2023-04-26 15:57 ` Palmer Dabbelt
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2023-04-25 18:56 UTC (permalink / raw)
  To: Conor Dooley
  Cc: devicetree, robh+dt, krzysztof.kozlowski+dt, palmer, linux-riscv,
	Conor Dooley


On Mon, 24 Apr 2023 18:05:43 +0100, Conor Dooley wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> Dumping the dtb from new versions of QEMU warns that sv57 is an
> undocumented mmu-type. The kernel has supported sv57 for about a year,
> so bring it into the fold.
> 
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
> Resending with the missing CCs.
> Palmer, you can take this for 6.4 if you want, otherwise I'll grab it
> after the merge window. I doubt there's a rush when it's been missing
> for a year or so.
> ---
>  Documentation/devicetree/bindings/riscv/cpus.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>


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

* Re: [PATCH RESEND] dt-bindings: riscv: add sv57 mmu-type
  2023-04-25 18:56 ` Rob Herring
@ 2023-04-26 14:30   ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2023-04-26 14:30 UTC (permalink / raw)
  To: robh
  Cc: Conor Dooley, devicetree, robh+dt, krzysztof.kozlowski+dt,
	linux-riscv, Conor Dooley

On Tue, 25 Apr 2023 11:56:06 PDT (-0700), robh@kernel.org wrote:
>
> On Mon, 24 Apr 2023 18:05:43 +0100, Conor Dooley wrote:
>> From: Conor Dooley <conor.dooley@microchip.com>
>>
>> Dumping the dtb from new versions of QEMU warns that sv57 is an
>> undocumented mmu-type. The kernel has supported sv57 for about a year,
>> so bring it into the fold.
>>
>> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
>> ---
>> Resending with the missing CCs.
>> Palmer, you can take this for 6.4 if you want, otherwise I'll grab it
>> after the merge window. I doubt there's a rush when it's been missing
>> for a year or so.
>> ---
>>  Documentation/devicetree/bindings/riscv/cpus.yaml | 1 +
>>  1 file changed, 1 insertion(+)
>>
>
> Acked-by: Rob Herring <robh@kernel.org>

Sorry for missing thist the first time around, I just picked it up.  
It's in staging, barring any breakages it'll end up on for-next soon.

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

* Re: [PATCH RESEND] dt-bindings: riscv: add sv57 mmu-type
  2023-04-24 17:05 [PATCH RESEND] dt-bindings: riscv: add sv57 mmu-type Conor Dooley
  2023-04-25 18:56 ` Rob Herring
@ 2023-04-26 15:57 ` Palmer Dabbelt
  1 sibling, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2023-04-26 15:57 UTC (permalink / raw)
  To: Palmer Dabbelt, Conor Dooley
  Cc: Conor Dooley, linux-riscv, robh+dt, krzysztof.kozlowski+dt,
	devicetree


On Mon, 24 Apr 2023 18:05:43 +0100, Conor Dooley wrote:
> Dumping the dtb from new versions of QEMU warns that sv57 is an
> undocumented mmu-type. The kernel has supported sv57 for about a year,
> so bring it into the fold.
> 
> 

Applied, thanks!

[1/1] dt-bindings: riscv: add sv57 mmu-type
      https://git.kernel.org/palmer/c/d4dda690b44a

Best regards,
-- 
Palmer Dabbelt <palmer@rivosinc.com>


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

end of thread, other threads:[~2023-04-26 16:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24 17:05 [PATCH RESEND] dt-bindings: riscv: add sv57 mmu-type Conor Dooley
2023-04-25 18:56 ` Rob Herring
2023-04-26 14:30   ` Palmer Dabbelt
2023-04-26 15:57 ` Palmer Dabbelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox