2019-02-08 12:26:19

by Sugaya Taichi

[permalink] [raw]
Subject: [PATCH v2 03/15] 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]>
---
Documentation/devicetree/bindings/arm/milbeaut.txt | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/milbeaut.txt

diff --git a/Documentation/devicetree/bindings/arm/milbeaut.txt b/Documentation/devicetree/bindings/arm/milbeaut.txt
new file mode 100644
index 0000000..9fd053a
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/milbeaut.txt
@@ -0,0 +1,6 @@
+Milbeaut platforms device tree bindings
+---------------------------------------
+
+- Milbeaut M10V Evaluation Board
+ Required root node properties:
+ - compatible = "socionext,milbeaut-m10v-evb", "socionext,sc2000a";
--
1.9.1



2019-02-18 19:53:49

by Rob Herring (Arm)

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

On Fri, Feb 08, 2019 at 09:26:04PM +0900, Sugaya Taichi wrote:
> This adds a DT binding documentation for the M10V and its evaluation
> board.

Most boards/soc bindings are using DT schema (yaml) now. We're not
requiring that just yet, but I'd like to not add more. So can you
convert this to schema.

Rob

>
> Signed-off-by: Sugaya Taichi <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/milbeaut.txt | 6 ++++++
> 1 file changed, 6 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/milbeaut.txt
>
> diff --git a/Documentation/devicetree/bindings/arm/milbeaut.txt b/Documentation/devicetree/bindings/arm/milbeaut.txt
> new file mode 100644
> index 0000000..9fd053a
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/milbeaut.txt
> @@ -0,0 +1,6 @@
> +Milbeaut platforms device tree bindings
> +---------------------------------------
> +
> +- Milbeaut M10V Evaluation Board
> + Required root node properties:
> + - compatible = "socionext,milbeaut-m10v-evb", "socionext,sc2000a";
> --
> 1.9.1
>

2019-02-19 02:47:54

by Masahiro Yamada

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

On Fri, Feb 8, 2019 at 9:26 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]>
> ---
> Documentation/devicetree/bindings/arm/milbeaut.txt | 6 ++++++
> 1 file changed, 6 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/milbeaut.txt
>
> diff --git a/Documentation/devicetree/bindings/arm/milbeaut.txt b/Documentation/devicetree/bindings/arm/milbeaut.txt



I added uniphier SoC/board binding into

Documentation/devicetree/bindings/arm/socionext/uniphier.txt


You can milbeaut.txt to the socionext directory as well.




> new file mode 100644
> index 0000000..9fd053a
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/milbeaut.txt
> @@ -0,0 +1,6 @@
> +Milbeaut platforms device tree bindings
> +---------------------------------------
> +
> +- Milbeaut M10V Evaluation Board
> + Required root node properties:
> + - compatible = "socionext,milbeaut-m10v-evb", "socionext,sc2000a";
> --
> 1.9.1
>


--
Best Regards
Masahiro Yamada

2019-02-19 07:42:38

by Sugaya Taichi

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

Hi,

On 2019/02/19 4:52, Rob Herring wrote:
> On Fri, Feb 08, 2019 at 09:26:04PM +0900, Sugaya Taichi wrote:
>> This adds a DT binding documentation for the M10V and its evaluation
>> board.
>
> Most boards/soc bindings are using DT schema (yaml) now. We're not
> requiring that just yet, but I'd like to not add more. So can you
> convert this to schema.
>

Probably yes. I try to convert with looking at references.

Thanks,
Sugaya Taichi

> Rob
>
>>
>> Signed-off-by: Sugaya Taichi <[email protected]>
>> ---
>> Documentation/devicetree/bindings/arm/milbeaut.txt | 6 ++++++
>> 1 file changed, 6 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/arm/milbeaut.txt
>>
>> diff --git a/Documentation/devicetree/bindings/arm/milbeaut.txt b/Documentation/devicetree/bindings/arm/milbeaut.txt
>> new file mode 100644
>> index 0000000..9fd053a
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/arm/milbeaut.txt
>> @@ -0,0 +1,6 @@
>> +Milbeaut platforms device tree bindings
>> +---------------------------------------
>> +
>> +- Milbeaut M10V Evaluation Board
>> + Required root node properties:
>> + - compatible = "socionext,milbeaut-m10v-evb", "socionext,sc2000a";
>> --
>> 1.9.1
>>


2019-02-19 08:19:34

by Sugaya Taichi

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

Hi,

On 2019/02/19 10:25, Masahiro Yamada wrote:
> On Fri, Feb 8, 2019 at 9:26 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]>
>> ---
>> Documentation/devicetree/bindings/arm/milbeaut.txt | 6 ++++++
>> 1 file changed, 6 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/arm/milbeaut.txt
>>
>> diff --git a/Documentation/devicetree/bindings/arm/milbeaut.txt b/Documentation/devicetree/bindings/arm/milbeaut.txt
>
>
>
> I added uniphier SoC/board binding into
>
> Documentation/devicetree/bindings/arm/socionext/uniphier.txt
>
>
> You can milbeaut.txt to the socionext directory as well.
>

Thank you for informing. I found the directory there.
I will add the "milbeaut.txt(yaml)" there.

Thanks,
Sugaya Taichi

>
>
>
>> new file mode 100644
>> index 0000000..9fd053a
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/arm/milbeaut.txt
>> @@ -0,0 +1,6 @@
>> +Milbeaut platforms device tree bindings
>> +---------------------------------------
>> +
>> +- Milbeaut M10V Evaluation Board
>> + Required root node properties:
>> + - compatible = "socionext,milbeaut-m10v-evb", "socionext,sc2000a";
>> --
>> 1.9.1
>>
>
>