[PATCH v2 1/3] dt-bindings: arm: ti: Add bindings for J742S2 SoCs and Boards

Manorit Chawdhry posted 3 patches 1 year, 4 months ago
There is a newer version of this series
[PATCH v2 1/3] dt-bindings: arm: ti: Add bindings for J742S2 SoCs and Boards
Posted by Manorit Chawdhry 1 year, 4 months ago
Add devicetree bindings for J742S2 family of devices.

Signed-off-by: Manorit Chawdhry <m-chawdhry@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 4d9c5fbb4c26..074d6dc6092f 100644
--- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
+++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
@@ -143,6 +143,12 @@ properties:
               - ti,j722s-evm
           - const: ti,j722s
 
+      - description: K3 J742S2 SoC
+        items:
+          - enum:
+              - ti,j742s2-evm
+          - const: ti,j742s2
+
       - description: K3 J784s4 SoC
         items:
           - enum:

-- 
2.45.1
Re: [PATCH v2 1/3] dt-bindings: arm: ti: Add bindings for J742S2 SoCs and Boards
Posted by Krzysztof Kozlowski 1 year, 4 months ago
On 30/07/2024 09:13, Manorit Chawdhry wrote:
> Add devicetree bindings for J742S2 family of devices.
> 
> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof