Skip to content

Commit

Permalink
dt-bindings: arm: ti: Convert K3 board/soc bindings to DT schema
Browse files Browse the repository at this point in the history
Convert TI K3 Board/SoC bindings to DT schema format.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Suman Anna <s-anna@ti.com>
Link: https://lore.kernel.org/r/20200914162231.2535-3-lokeshvutla@ti.com
  • Loading branch information
Lokesh Vutla authored and Nishanth Menon committed Sep 23, 2020
1 parent 21bb8c8 commit 66e0650
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 27 deletions.
26 changes: 0 additions & 26 deletions Documentation/devicetree/bindings/arm/ti/k3.txt

This file was deleted.

31 changes: 31 additions & 0 deletions Documentation/devicetree/bindings/arm/ti/k3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/ti/k3.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Texas Instruments K3 Multicore SoC architecture device tree bindings

maintainers:
- Nishanth Menon <nm@ti.com>

description: |
Platforms based on Texas Instruments K3 Multicore SoC architecture
shall have the following properties.
properties:
$nodename:
const: '/'
compatible:
oneOf:

- description: K3 AM654 SoC
items:
- enum:
- ti,am654-evm
- const: ti,am654

- description: K3 J721E SoC
items:
- const: ti,j721e
...
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2636,7 +2636,7 @@ M: Tero Kristo <t-kristo@ti.com>
M: Nishanth Menon <nm@ti.com>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Supported
F: Documentation/devicetree/bindings/arm/ti/k3.txt
F: Documentation/devicetree/bindings/arm/ti/k3.yaml
F: arch/arm64/boot/dts/ti/Makefile
F: arch/arm64/boot/dts/ti/k3-*
F: include/dt-bindings/pinctrl/k3.h
Expand Down

0 comments on commit 66e0650

Please sign in to comment.