diff options
author | Nishanth Menon <nm@ti.com> | 2021-09-25 23:14:27 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2021-10-06 01:46:39 +0300 |
commit | c4d269c95545929263bdd06392d4ef4791363bda (patch) | |
tree | 633c1129f75ae75171d5a971b132e316fd9b54fa /Documentation/devicetree/bindings/arm/ti/k3.yaml | |
parent | e94575e1b05c057895ad36b5cbc539209f2cd64e (diff) | |
download | linux-c4d269c95545929263bdd06392d4ef4791363bda.tar.xz |
dt-bindings: arm: ti: Add missing compatibles for j721e/j7200 evms
Add compatibles for j721e and j7200 evms to allow for newer platforms
to distinguish themselves.
While doing this, maintain support for older style of description where
the board compatibility was not required.
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Suman Anna <s-anna@ti.com>
Link: https://lore.kernel.org/r/20210925201430.11678-2-nm@ti.com
Diffstat (limited to 'Documentation/devicetree/bindings/arm/ti/k3.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/ti/k3.yaml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index c5aa362e4026..cefb06424a4a 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -28,12 +28,20 @@ properties: - const: ti,am654 - description: K3 J721E SoC - items: + oneOf: - const: ti,j721e + - items: + - enum: + - ti,j721e-evm + - const: ti,j721e - description: K3 J7200 SoC - items: + oneOf: - const: ti,j7200 + - items: + - enum: + - ti,j7200-evm + - const: ti,j7200 - description: K3 AM642 SoC items: |