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>
This commit is contained in:
Родитель
26fd07e2e7
Коммит
c875a3f847
|
@ -1,6 +0,0 @@
|
||||||
Conexant Digicolor Platforms Device Tree Bindings
|
|
||||||
|
|
||||||
Each device tree must specify which Conexant Digicolor SoC it uses.
|
|
||||||
Must be the following compatible string:
|
|
||||||
|
|
||||||
cnxt,cx92755
|
|
|
@ -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
|
||||||
|
|
||||||
|
...
|
Загрузка…
Ссылка в новой задаче