diff options
| author | Lokesh Vutla <[email protected]> | 2021-02-27 00:12:50 +0530 |
|---|---|---|
| committer | Nishanth Menon <[email protected]> | 2021-03-09 08:28:59 -0600 |
| commit | bb795cc6bdd3b6e9f2ee9b78b86e0a8a4a10488d (patch) | |
| tree | 43d9a2fc1b056fcb92dd858120775dd94f9c0cae | |
| parent | 1e6550d35c245e10c3a8fd7c7a9f96d7b905ba05 (diff) | |
dt-bindings: arm: ti: Add bindings for AM642 SK
AM642 StarterKit (SK) board is a low cost, small form factor board
designed for TI’s AM642 SoC.
Add DT binding documentation for AM642 SK.
Signed-off-by: Lokesh Vutla <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Tested-by: Kishon Vijay Abraham I <[email protected]>
Acked-by: Rob Herring <[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 393f94a64f8d..a9e7f981631e 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -37,6 +37,7 @@ properties: items: - enum: - ti,am642-evm + - ti,am642-sk - const: ti,am642 additionalProperties: true |