Message ID | 20220819190054.31348-2-a-nandan@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add initial support for J784s4 SoC | expand |
On Sat, 20 Aug 2022 00:30:51 +0530, Apurva Nandan wrote: > Add binding for J784S4 SoC > > Signed-off-by: Apurva Nandan <a-nandan@ti.com> > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index 61c6ab4f52e2..01112abe5997 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -65,6 +65,12 @@ properties: - ti,j721s2-evm - const: ti,j721s2 + - description: K3 J784s4 SoC + items: + - enum: + - ti,j784s4-evm + - const: ti,j784s4 + additionalProperties: true ...
Add binding for J784S4 SoC Signed-off-by: Apurva Nandan <a-nandan@ti.com> --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ 1 file changed, 6 insertions(+)