diff mbox series

[1/4] dt-bindings: tegra: Document Jetson Orin NX

Message ID 20230302093353.3873247-1-thierry.reding@gmail.com
State Changes Requested
Headers show
Series [1/4] dt-bindings: tegra: Document Jetson Orin NX | expand

Commit Message

Thierry Reding March 2, 2023, 9:33 a.m. UTC
From: Thierry Reding <treding@nvidia.com>

The Jetson Orin NX is the latest iteration in the NX family of Jetson
products. Document the compatible strings used for these devices.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 Documentation/devicetree/bindings/arm/tegra.yaml | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Rob Herring March 8, 2023, 8:26 p.m. UTC | #1
On Thu, 02 Mar 2023 10:33:50 +0100, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> The Jetson Orin NX is the latest iteration in the NX family of Jetson
> products. Document the compatible strings used for these devices.
> 
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
>  Documentation/devicetree/bindings/arm/tegra.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml
index 939a77c767bb..6c13d5e5719a 100644
--- a/Documentation/devicetree/bindings/arm/tegra.yaml
+++ b/Documentation/devicetree/bindings/arm/tegra.yaml
@@ -213,5 +213,9 @@  properties:
           - const: nvidia,p3737-0000+p3701-0000
           - const: nvidia,p3701-0000
           - const: nvidia,tegra234
+      - description: Jetson Orin NX
+        items:
+          - const: nvidia,p3767-0000
+          - const: nvidia,tegra234
 
 additionalProperties: true