All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Jon Hunter <jonathanh@nvidia.com>,
	devicetree@vger.kernel.org, linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] dt-bindings: tegra: Document Jetson Orin Nano Developer Kit
Date: Tue, 16 May 2023 11:58:49 +0200	[thread overview]
Message-ID: <20230516095850.2426604-3-thierry.reding@gmail.com> (raw)
In-Reply-To: <20230516095850.2426604-1-thierry.reding@gmail.com>

From: Thierry Reding <treding@nvidia.com>

The Jetson Orin Nano Developer Kit pairs the Jetson Orin Nano devkit
module with the P3768 carrier board.

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

diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml
index 0be74eea8303..41c7b71b80dd 100644
--- a/Documentation/devicetree/bindings/arm/tegra.yaml
+++ b/Documentation/devicetree/bindings/arm/tegra.yaml
@@ -231,5 +231,10 @@ properties:
         items:
           - const: nvidia,p3767-0005
           - const: nvidia,tegra234
+      - description: Jetson Orin Nano Developer Kit
+        items:
+          - const: nvidia,p3768-0000+p3767-0005
+          - const: nvidia,p3767-0005
+          - const: nvidia,tegra234
 
 additionalProperties: true
-- 
2.40.1


WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Jon Hunter <jonathanh@nvidia.com>,
	devicetree@vger.kernel.org, linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] dt-bindings: tegra: Document Jetson Orin Nano Developer Kit
Date: Tue, 16 May 2023 11:58:49 +0200	[thread overview]
Message-ID: <20230516095850.2426604-3-thierry.reding@gmail.com> (raw)
In-Reply-To: <20230516095850.2426604-1-thierry.reding@gmail.com>

From: Thierry Reding <treding@nvidia.com>

The Jetson Orin Nano Developer Kit pairs the Jetson Orin Nano devkit
module with the P3768 carrier board.

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

diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml
index 0be74eea8303..41c7b71b80dd 100644
--- a/Documentation/devicetree/bindings/arm/tegra.yaml
+++ b/Documentation/devicetree/bindings/arm/tegra.yaml
@@ -231,5 +231,10 @@ properties:
         items:
           - const: nvidia,p3767-0005
           - const: nvidia,tegra234
+      - description: Jetson Orin Nano Developer Kit
+        items:
+          - const: nvidia,p3768-0000+p3767-0005
+          - const: nvidia,p3767-0005
+          - const: nvidia,tegra234
 
 additionalProperties: true
-- 
2.40.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-05-16  9:59 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-16  9:58 [PATCH v2 0/3] arm64: tegra: Support Jetson Orin Nano Developer Kit Thierry Reding
2023-05-16  9:58 ` Thierry Reding
2023-05-16  9:58 ` [PATCH v2 1/3] dt-bindings: tegra: Document Jetson Orin Nano Thierry Reding
2023-05-16  9:58   ` Thierry Reding
2023-05-16 21:25   ` Conor Dooley
2023-05-16 21:25     ` Conor Dooley
2023-05-17  8:49   ` Krzysztof Kozlowski
2023-05-17  8:49     ` Krzysztof Kozlowski
2023-05-16  9:58 ` Thierry Reding [this message]
2023-05-16  9:58   ` [PATCH v2 2/3] dt-bindings: tegra: Document Jetson Orin Nano Developer Kit Thierry Reding
2023-05-16 21:24   ` Conor Dooley
2023-05-16 21:24     ` Conor Dooley
2023-05-16  9:58 ` [PATCH v2 3/3] arm64: tegra: Support " Thierry Reding
2023-05-16  9:58   ` Thierry Reding
2023-06-06 13:03 ` (subset) [PATCH v2 0/3] " Thierry Reding
2023-06-06 13:03   ` Thierry Reding
2023-06-06 13:06   ` Thierry Reding
2023-06-06 13:06     ` Thierry Reding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230516095850.2426604-3-thierry.reding@gmail.com \
    --to=thierry.reding@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.