aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/digicolor.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2019-06-18 15:14:12 -0600
committerRob Herring <robh@kernel.org>2019-06-27 11:24:39 -0600
commitc875a3f847274d4def25d48439f11f6cfd445e80 (patch)
tree08978fff46df69d255069c5bbf145aafe8545e71 /Documentation/devicetree/bindings/arm/digicolor.yaml
parentdt-bindings: arm: Convert NXP LPC32xx board/soc bindings to json-schema (diff)
downloadlinux-dev-c875a3f847274d4def25d48439f11f6cfd445e80.tar.xz
linux-dev-c875a3f847274d4def25d48439f11f6cfd445e80.zip
dt-bindings: arm: Convert Conexant Digicolor board/soc bindings to json-schema
Convert Conexant Digicolor SoC bindings to DT schema format using json-schema. Acked-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/digicolor.yaml')
-rw-r--r--Documentation/devicetree/bindings/arm/digicolor.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/digicolor.yaml b/Documentation/devicetree/bindings/arm/digicolor.yaml
new file mode 100644
index 000000000000..d9c80b827e9b
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/digicolor.yaml
@@ -0,0 +1,16 @@
+# SPDX-License-Identifier: GPL-2.0
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/arm/digicolor.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Conexant Digicolor Platforms Device Tree Bindings
+
+maintainers:
+ - Baruch Siach <baruch@tkos.co.il>
+
+properties:
+ compatible:
+ const: cnxt,cx92755
+
+...