diff mbox series

[v3,3/9] dt-bindings: Add documentation for Milbeaut SoCs

Message ID 1550648622-10541-1-git-send-email-sugaya.taichi@socionext.com
State Superseded
Headers show
Series Add basic support for Socionext Milbeaut M10V SoC | expand

Commit Message

Sugaya Taichi Feb. 20, 2019, 7:43 a.m. UTC
This adds a DT binding documentation for the M10V and its evaluation
board.

Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>

---
 .../bindings/arm/socionext/milbeaut.yaml           | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml

-- 
1.9.1

Comments

Rob Herring Feb. 20, 2019, 1:33 p.m. UTC | #1
On Wed, Feb 20, 2019 at 1:43 AM Sugaya Taichi
<sugaya.taichi@socionext.com> wrote:
>

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

> board.

>

> Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>

> ---

>  .../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..522396f

> --- /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/milbeaut.yaml#


This line is wrong. All DT schema should be:
http://devicetree.org/meta-schemas/core.yaml#

> +

> +title: Milbeaut platforms device tree bindings

> +

> +maintainers:

> +  - Taichi Sugaya <sugaya.taichi@socionext.com>

> +  - Takao Orito <orito.takao@socionext.com>

> +

> +properties:

> +  $nodename:

> +    const: '/'

> +  compatible:

> +    oneOf:

> +      - items:

> +          - enum:

> +              - socionext,milbeaut-m10v-evb

> +          - const: socionext,sc2000a

> +...

> --

> 1.9.1

>
Sugaya Taichi Feb. 21, 2019, 12:37 a.m. UTC | #2
Hi,

On 2019/02/20 22:33, Rob Herring wrote:
> On Wed, Feb 20, 2019 at 1:43 AM Sugaya Taichi

> <sugaya.taichi@socionext.com> wrote:

>>

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

>> board.

>>

>> Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>

>> ---

>>   .../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..522396f

>> --- /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/milbeaut.yaml#

> 

> This line is wrong. All DT schema should be:

> http://devicetree.org/meta-schemas/core.yaml#

> 


Ah, OK. Fix it soon.

Thanks,
Sugaya Taichi

>> +

>> +title: Milbeaut platforms device tree bindings

>> +

>> +maintainers:

>> +  - Taichi Sugaya <sugaya.taichi@socionext.com>

>> +  - Takao Orito <orito.takao@socionext.com>

>> +

>> +properties:

>> +  $nodename:

>> +    const: '/'

>> +  compatible:

>> +    oneOf:

>> +      - items:

>> +          - enum:

>> +              - socionext,milbeaut-m10v-evb

>> +          - const: socionext,sc2000a

>> +...

>> --

>> 1.9.1

>>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml b/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml
new file mode 100644
index 0000000..522396f
--- /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/milbeaut.yaml#
+
+title: Milbeaut platforms device tree bindings
+
+maintainers:
+  - Taichi Sugaya <sugaya.taichi@socionext.com>
+  - Takao Orito <orito.takao@socionext.com>
+
+properties:
+  $nodename:
+    const: '/'
+  compatible:
+    oneOf:
+      - items:
+          - enum:
+              - socionext,milbeaut-m10v-evb
+          - const: socionext,sc2000a
+...