Message ID | 20210226184251.26451-2-lokeshvutla@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: Initial support for Texas Instruments AM642 SK | expand |
On 00:12-20210227, Lokesh Vutla wrote: > 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 <lokeshvutla@ti.com> > Acked-by: Rob Herring <robh@kernel.org> > --- > 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 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 > -- > 2.30.0 > Just documenting for lore: https://patchwork.kernel.org/project/linux-arm-kernel/patch/20210202081530.14984-2-lokeshvutla@ti.com/ is the previous version with the Ack.
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