Skip to content

Commit

Permalink
dt-bindings: arm: Convert MOXA ART board/soc bindings to json-schema
Browse files Browse the repository at this point in the history
Convert MOXA ART SoC bindings to DT schema format using json-schema.

Cc: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Rob Herring committed Jun 27, 2019
1 parent 2c73aea commit 7eefa90
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Documentation/devicetree/bindings/arm/moxart.txt

This file was deleted.

19 changes: 19 additions & 0 deletions Documentation/devicetree/bindings/arm/moxart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/moxart.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: MOXA ART device tree bindings

maintainers:
- Jonas Jensen <jonas.jensen@gmail.com>

properties:
compatible:
description: UC-7112-LX embedded computer
items:
- const: moxa,moxart-uc-7112-lx
- const: moxa,moxart

...

0 comments on commit 7eefa90

Please sign in to comment.