linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 3/9] dt-bindings: Add documentation for Milbeaut SoCs
@ 2019-02-20  7:43 Sugaya Taichi
  2019-02-20 13:33 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Sugaya Taichi @ 2019-02-20  7:43 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-kernel, soc
  Cc: Mark Rutland, Shinji Kanematsu, Masami Hiramatsu, Sugaya Taichi,
	Jassi Brar, Rob Herring, Takao Orito, Kazuhiro Kasai

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#
+
+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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 3/9] dt-bindings: Add documentation for Milbeaut SoCs
  2019-02-20  7:43 [PATCH v3 3/9] dt-bindings: Add documentation for Milbeaut SoCs Sugaya Taichi
@ 2019-02-20 13:33 ` Rob Herring
  2019-02-21  0:37   ` Sugaya, Taichi
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2019-02-20 13:33 UTC (permalink / raw)
  To: Sugaya Taichi
  Cc: Mark Rutland, devicetree, Masami Hiramatsu, Shinji Kanematsu,
	linux-kernel, Jassi Brar, soc, Takao Orito, Kazuhiro Kasai,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

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
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 3/9] dt-bindings: Add documentation for Milbeaut SoCs
  2019-02-20 13:33 ` Rob Herring
@ 2019-02-21  0:37   ` Sugaya, Taichi
  0 siblings, 0 replies; 3+ messages in thread
From: Sugaya, Taichi @ 2019-02-21  0:37 UTC (permalink / raw)
  To: Rob Herring
  Cc: Mark Rutland, devicetree, Masami Hiramatsu, Shinji Kanematsu,
	linux-kernel, Jassi Brar, soc, Takao Orito, Kazuhiro Kasai,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

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
>>


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-02-21  0:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-20  7:43 [PATCH v3 3/9] dt-bindings: Add documentation for Milbeaut SoCs Sugaya Taichi
2019-02-20 13:33 ` Rob Herring
2019-02-21  0:37   ` Sugaya, Taichi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).