2019-02-27 04:52:52

by Sugaya Taichi

[permalink] [raw]
Subject: [PATCH v4 03/10] dt-bindings: Add documentation for Milbeaut SoCs

This adds a DT binding documentation for the M10V and its evaluation
board.

Signed-off-by: Sugaya Taichi <[email protected]>
---
.../bindings/arm/socionext/milbeaut.yaml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml

diff --git a/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml b/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml
new file mode 100644
index 0000000..aae53fc
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml
@@ -0,0 +1,22 @@
+# SPDX-License-Identifier: GPL-2.0
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/arm/milbeaut.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Milbeaut platforms device tree bindings
+
+maintainers:
+ - Taichi Sugaya <[email protected]>
+ - Takao Orito <[email protected]>
+
+properties:
+ $nodename:
+ const: '/'
+ compatible:
+ oneOf:
+ - items:
+ - enum:
+ - socionext,milbeaut-m10v-evb
+ - const: socionext,sc2000a
+...
--
1.9.1



2019-02-27 15:24:48

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v4 03/10] dt-bindings: Add documentation for Milbeaut SoCs

On Tue, Feb 26, 2019 at 10:51 PM Sugaya Taichi
<[email protected]> wrote:
>
> This adds a DT binding documentation for the M10V and its evaluation
> board.
>
> Signed-off-by: Sugaya Taichi <[email protected]>
> ---
> .../bindings/arm/socionext/milbeaut.yaml | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml

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

2019-02-28 02:34:50

by Sugaya Taichi

[permalink] [raw]
Subject: Re: [PATCH v4 03/10] dt-bindings: Add documentation for Milbeaut SoCs

Hi,

On 2019/02/27 23:47, Rob Herring wrote:
> On Tue, Feb 26, 2019 at 10:51 PM Sugaya Taichi
> <[email protected]> wrote:
>>
>> This adds a DT binding documentation for the M10V and its evaluation
>> board.
>>
>> Signed-off-by: Sugaya Taichi <[email protected]>
>> ---
>> .../bindings/arm/socionext/milbeaut.yaml | 22 ++++++++++++++++++++++
>> 1 file changed, 22 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml
>
> Reviewed-by: Rob Herring <[email protected]>
>

Thank you!