diff options
author | Rob Herring <robh@kernel.org> | 2018-05-15 01:49:44 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-12-13 18:09:26 +0100 |
commit | 5afa43780f7c735ee83a015db69821b45a011ef6 (patch) | |
tree | 1fa49c0cc3227f8849ee4137eb808561fced4090 /Documentation/devicetree/bindings/arm/davinci.txt | |
parent | dt-bindings: arm: Convert Calxeda board/soc bindings to json-schema (diff) | |
download | linux-5afa43780f7c735ee83a015db69821b45a011ef6.tar.xz linux-5afa43780f7c735ee83a015db69821b45a011ef6.zip |
dt-bindings: arm: Convert TI davinci board/soc bindings to json-schema
Convert TI Davinci SoC bindings to DT schema format using json-schema.
Reviewed-by: Sekhar Nori <nsekhar@ti.com>
Cc: Kevin Hilman <khilman@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: devicetree@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/davinci.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/davinci.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Documentation/devicetree/bindings/arm/davinci.txt b/Documentation/devicetree/bindings/arm/davinci.txt deleted file mode 100644 index 715622c36260..000000000000 --- a/Documentation/devicetree/bindings/arm/davinci.txt +++ /dev/null @@ -1,25 +0,0 @@ -Texas Instruments DaVinci Platforms Device Tree Bindings --------------------------------------------------------- - -DA850/OMAP-L138/AM18x Evaluation Module (EVM) board -Required root node properties: - - compatible = "ti,da850-evm", "ti,da850"; - -DA850/OMAP-L138/AM18x L138/C6748 Development Kit (LCDK) board -Required root node properties: - - compatible = "ti,da850-lcdk", "ti,da850"; - -EnBW AM1808 based CMC board -Required root node properties: - - compatible = "enbw,cmc", "ti,da850; - -LEGO MINDSTORMS EV3 (AM1808 based) -Required root node properties: - - compatible = "lego,ev3", "ti,da850"; - -Generic DaVinci Boards ----------------------- - -DA850/OMAP-L138/AM18x generic board -Required root node properties: - - compatible = "ti,da850"; |