diff options
author | Sinthu Raja <[email protected]> | 2021-09-29 13:43:30 +0530 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2021-10-05 17:46:40 -0500 |
commit | 2927c9a56e36788859606f445a5290bf21c9ab53 (patch) | |
tree | cc3eab568daca0f93594772992a5b70a7d83897f | |
parent | 614d47cc9303893c706c0c94516249eb3adaeb80 (diff) |
dt-bindings: arm: ti: Add compatible for J721E SK
J721E Starter Kit (SK)[1] is a low cost, small form factor board
designed for TI’s J721E SoC. Add j721e-sk into compatible enum.
[1]https://www.ti.com/tool/SK-TDA4VM
Signed-off-by: Sinthu Raja <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/arm/ti/k3.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index a0b4c9c24624..cf327230fc0e 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -35,6 +35,7 @@ properties: - items: - enum: - ti,j721e-evm + - ti,j721e-sk - const: ti,j721e - description: K3 J7200 SoC |