2019-02-08 12:27:14

by Sugaya Taichi

[permalink] [raw]
Subject: [PATCH v2 02/15] dt-bindings: arm: Add SMP enable-method for Milbeaut

This adds a compatible string "socionext,milbeaut-m10v-smp"
for Milbeaut M10V to the 32 bit ARM CPU device tree binding.

Signed-off-by: Sugaya Taichi <[email protected]>
---
Documentation/devicetree/bindings/arm/cpus.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml
index 298c17b..365dcf3 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -228,6 +228,7 @@ patternProperties:
- renesas,r9a06g032-smp
- rockchip,rk3036-smp
- rockchip,rk3066-smp
+ - socionext,milbeaut-m10v-smp
- ste,dbx500-smp

cpu-release-addr:
--
1.9.1



2019-02-11 20:35:42

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v2 02/15] dt-bindings: arm: Add SMP enable-method for Milbeaut

On Fri, Feb 8, 2019 at 6:25 AM Sugaya Taichi
<[email protected]> wrote:
>
> This adds a compatible string "socionext,milbeaut-m10v-smp"
> for Milbeaut M10V to the 32 bit ARM CPU device tree binding.
>
> Signed-off-by: Sugaya Taichi <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/cpus.yaml | 1 +
> 1 file changed, 1 insertion(+)

Reviewed-by: Rob Herring <[email protected]>