[PATCH] dt-bindings: mips: cpu: Add MIPS 34Kc Core

Aleksander Jan Bajkowski posted 1 patch 1 month, 3 weeks ago
Documentation/devicetree/bindings/mips/cpus.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: mips: cpu: Add MIPS 34Kc Core
Posted by Aleksander Jan Bajkowski 1 month, 3 weeks ago
Document MIPS 34Kc device tree bindings. It is used in the Realtek
RTL930x SoC.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
 Documentation/devicetree/bindings/mips/cpus.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mips/cpus.yaml b/Documentation/devicetree/bindings/mips/cpus.yaml
index 471373ad0cfb..d3677f53f142 100644
--- a/Documentation/devicetree/bindings/mips/cpus.yaml
+++ b/Documentation/devicetree/bindings/mips/cpus.yaml
@@ -33,6 +33,7 @@ properties:
       - mips,mips1004Kc
       - mips,mips24KEc
       - mips,mips24Kc
+      - mips,mips34Kc
       - mips,mips4KEc
       - mips,mips4Kc
       - mips,mips74Kc
-- 
2.47.2
Re: [PATCH] dt-bindings: mips: cpu: Add MIPS 34Kc Core
Posted by Thomas Bogendoerfer 1 month ago
On Mon, Aug 11, 2025 at 11:20:36AM +0200, Aleksander Jan Bajkowski wrote:
> Document MIPS 34Kc device tree bindings. It is used in the Realtek
> RTL930x SoC.
> 
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
> ---
>  Documentation/devicetree/bindings/mips/cpus.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/mips/cpus.yaml b/Documentation/devicetree/bindings/mips/cpus.yaml
> index 471373ad0cfb..d3677f53f142 100644
> --- a/Documentation/devicetree/bindings/mips/cpus.yaml
> +++ b/Documentation/devicetree/bindings/mips/cpus.yaml
> @@ -33,6 +33,7 @@ properties:
>        - mips,mips1004Kc
>        - mips,mips24KEc
>        - mips,mips24Kc
> +      - mips,mips34Kc
>        - mips,mips4KEc
>        - mips,mips4Kc
>        - mips,mips74Kc
> -- 
> 2.47.2

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]
Re: [PATCH] dt-bindings: mips: cpu: Add MIPS 34Kc Core
Posted by Conor Dooley 1 month, 3 weeks ago
On Mon, Aug 11, 2025 at 11:20:36AM +0200, Aleksander Jan Bajkowski wrote:
> Document MIPS 34Kc device tree bindings. It is used in the Realtek
> RTL930x SoC.
> 
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>

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