Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c875a3f8 authored by Rob Herring's avatar Rob Herring
Browse files

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: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 26fd07e2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
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
+16 −0
Original line number Diff line number Diff line
# 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

...