Message ID | 20231213124930.3012-2-vaishnav.a@ti.com |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | arm64: dts: ti: Introduce J722S SoC and EVM | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Wed, Dec 13, 2023 at 06:19:28PM +0530, Vaishnav Achath wrote: > Add bindings for TI J722S family of devices. Just repeating $subject in the body isn't really all that valuable, but these new soc additions are super straightforward (usually) so w/e. Acked-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor. > > Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml > index c6506bccfe88..d52672348424 100644 > --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml > +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml > @@ -123,6 +123,12 @@ properties: > - ti,j721s2-evm > - const: ti,j721s2 > > + - description: K3 J722S SoC and Boards > + items: > + - enum: > + - ti,j722s-evm > + - const: ti,j722s > + > - description: K3 J784s4 SoC > items: > - enum: > -- > 2.17.1 >
On 13/12/2023 13:49, Vaishnav Achath wrote: > Add bindings for TI J722S family of devices. > > Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index c6506bccfe88..d52672348424 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -123,6 +123,12 @@ properties: - ti,j721s2-evm - const: ti,j721s2 + - description: K3 J722S SoC and Boards + items: + - enum: + - ti,j722s-evm + - const: ti,j722s + - description: K3 J784s4 SoC items: - enum:
Add bindings for TI J722S family of devices. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ 1 file changed, 6 insertions(+)