From: Sinthu Raja <sinthu.raja@xxxxxx> 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 <sinthu.raja@xxxxxx> --- Changes in V3: * Addressed review comments. * Added Board URL to the commit description. V2: https://lore.kernel.org/all/20210607093314.23909-2-sinthu.raja@xxxxxx/ V1: https://lore.kernel.org/all/20210602182237.12632-2-sinthu.raja@xxxxxx/ Documentation/devicetree/bindings/arm/ti/k3.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index 29ca364e8a76..d97af3f628d8 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -31,6 +31,7 @@ properties: items: - enum: - ti,j721e-evm + - ti,j721e-sk - const: ti,j721e - description: K3 J7200 SoC -- 2.31.1