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 0/3] arm64: tegra: Support Jetson Orin Nano Developer Kit
Date: Tue, 16 May 2023 11:58:47 +0200	[thread overview]
Message-ID: <20230516095850.2426604-1-thierry.reding@gmail.com> (raw)

From: Thierry Reding <treding@nvidia.com>

Hi,

this series documents the compatible strings for the Jetson Orin Nano
module and the corresponding developer kit.

Changes in v2:
- drop patch that documents extra SKUs for Orin NX
- drop compatible strings for extra Nano SKUs

Thierry Reding (3):
  dt-bindings: tegra: Document Jetson Orin Nano
  dt-bindings: tegra: Document Jetson Orin Nano Developer Kit
  arm64: tegra: Support Jetson Orin Nano Developer Kit

 Documentation/devicetree/bindings/arm/tegra.yaml   |  9 +++++++++
 arch/arm64/boot/dts/nvidia/Makefile                |  2 ++
 .../arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi | 14 ++++++++++++++
 .../dts/nvidia/tegra234-p3768-0000+p3767-0005.dts  | 13 +++++++++++++
 4 files changed, 38 insertions(+)
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0005.dts

-- 
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 0/3] arm64: tegra: Support Jetson Orin Nano Developer Kit
Date: Tue, 16 May 2023 11:58:47 +0200	[thread overview]
Message-ID: <20230516095850.2426604-1-thierry.reding@gmail.com> (raw)

From: Thierry Reding <treding@nvidia.com>

Hi,

this series documents the compatible strings for the Jetson Orin Nano
module and the corresponding developer kit.

Changes in v2:
- drop patch that documents extra SKUs for Orin NX
- drop compatible strings for extra Nano SKUs

Thierry Reding (3):
  dt-bindings: tegra: Document Jetson Orin Nano
  dt-bindings: tegra: Document Jetson Orin Nano Developer Kit
  arm64: tegra: Support Jetson Orin Nano Developer Kit

 Documentation/devicetree/bindings/arm/tegra.yaml   |  9 +++++++++
 arch/arm64/boot/dts/nvidia/Makefile                |  2 ++
 .../arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi | 14 ++++++++++++++
 .../dts/nvidia/tegra234-p3768-0000+p3767-0005.dts  | 13 +++++++++++++
 4 files changed, 38 insertions(+)
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0005.dts

-- 
2.40.1


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

             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 Thierry Reding [this message]
2023-05-16  9:58 ` [PATCH v2 0/3] arm64: tegra: Support Jetson Orin Nano Developer Kit 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 ` [PATCH v2 2/3] dt-bindings: tegra: Document Jetson Orin Nano Developer Kit Thierry Reding
2023-05-16  9:58   ` 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-1-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.