Skip to content

Commit 66e0650

Browse files
lokeshvutlanmenon
authored andcommitted
dt-bindings: arm: ti: Convert K3 board/soc bindings to DT schema
Convert TI K3 Board/SoC bindings to DT schema format. Signed-off-by: Lokesh Vutla <[email protected]> Signed-off-by: Nishanth Menon <[email protected]> Reviewed-by: Grygorii Strashko <[email protected]> Reviewed-by: Rob Herring <[email protected]> Reviewed-by: Suman Anna <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 21bb8c8 commit 66e0650

File tree

3 files changed

+32
-27
lines changed

3 files changed

+32
-27
lines changed

Documentation/devicetree/bindings/arm/ti/k3.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/arm/ti/k3.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Texas Instruments K3 Multicore SoC architecture device tree bindings
8+
9+
maintainers:
10+
- Nishanth Menon <[email protected]>
11+
12+
description: |
13+
Platforms based on Texas Instruments K3 Multicore SoC architecture
14+
shall have the following properties.
15+
16+
properties:
17+
$nodename:
18+
const: '/'
19+
compatible:
20+
oneOf:
21+
22+
- description: K3 AM654 SoC
23+
items:
24+
- enum:
25+
- ti,am654-evm
26+
- const: ti,am654
27+
28+
- description: K3 J721E SoC
29+
items:
30+
- const: ti,j721e
31+
...

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2636,7 +2636,7 @@ M: Tero Kristo <[email protected]>
26362636
M: Nishanth Menon <[email protected]>
26372637
L: [email protected] (moderated for non-subscribers)
26382638
S: Supported
2639-
F: Documentation/devicetree/bindings/arm/ti/k3.txt
2639+
F: Documentation/devicetree/bindings/arm/ti/k3.yaml
26402640
F: arch/arm64/boot/dts/ti/Makefile
26412641
F: arch/arm64/boot/dts/ti/k3-*
26422642
F: include/dt-bindings/pinctrl/k3.h

0 commit comments

Comments
 (0)