Message ID | 1551243145-10635-1-git-send-email-sugaya.taichi@socionext.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | Add basic support for Socionext Milbeaut M10V SoC | expand |
On Tue, Feb 26, 2019 at 10:51 PM 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 Reviewed-by: Rob Herring <robh@kernel.org> -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49): https://linux.kernel.org/g/patchwork-soc/message/49 Mute This Topic: https://linux.kernel.org/mt/30149309/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-
Hi, On 2019/02/27 23:47, Rob Herring wrote: > On Tue, Feb 26, 2019 at 10:51 PM 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 > > Reviewed-by: Rob Herring <robh@kernel.org> > Thank you! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#51): https://linux.kernel.org/g/patchwork-soc/message/51 Mute This Topic: https://linux.kernel.org/mt/30149309/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-
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 <sugaya.taichi@socionext.com> + - Takao Orito <orito.takao@socionext.com> + +properties: + $nodename: + const: '/' + compatible: + oneOf: + - items: + - enum: + - socionext,milbeaut-m10v-evb + - const: socionext,sc2000a +...
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