diff mbox series

[v2,1/3] dt-bindings: tegra: Document Jetson Orin Nano

Message ID 20230516095850.2426604-2-thierry.reding@gmail.com
State Accepted
Headers show
Series arm64: tegra: Support Jetson Orin Nano Developer Kit | expand

Commit Message

Thierry Reding May 16, 2023, 9:58 a.m. UTC
From: Thierry Reding <treding@nvidia.com>

The Jetson Orin Nano is the little sibling of the Jetson Orin NX.
Document the corresponding compatible strings for these devices.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
Changes in v2:
- drop compatible strings for additional SKUs

 Documentation/devicetree/bindings/arm/tegra.yaml | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Conor Dooley May 16, 2023, 9:25 p.m. UTC | #1
On Tue, May 16, 2023 at 11:58:48AM +0200, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> The Jetson Orin Nano is the little sibling of the Jetson Orin NX.
> Document the corresponding compatible strings for these devices.
> 
> Signed-off-by: Thierry Reding <treding@nvidia.com>

Thanks,
Conor.
Krzysztof Kozlowski May 17, 2023, 8:49 a.m. UTC | #2
On 16/05/2023 11:58, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> The Jetson Orin Nano is the little sibling of the Jetson Orin NX.
> Document the corresponding compatible strings for these devices.
> 


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

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml
index 0340a369b5e1..0be74eea8303 100644
--- a/Documentation/devicetree/bindings/arm/tegra.yaml
+++ b/Documentation/devicetree/bindings/arm/tegra.yaml
@@ -227,5 +227,9 @@  properties:
           - const: nvidia,p3768-0000+p3767-0000
           - const: nvidia,p3767-0000
           - const: nvidia,tegra234
+      - description: Jetson Orin Nano
+        items:
+          - const: nvidia,p3767-0005
+          - const: nvidia,tegra234
 
 additionalProperties: true