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>,
linux-tegra@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] arm64: tegra: Add Jetson Orin NX support
Date: Wed, 29 Mar 2023 17:07:06 +0200 [thread overview]
Message-ID: <20230329150710.773441-1-thierry.reding@gmail.com> (raw)
From: Thierry Reding <treding@nvidia.com>
Hi,
these patches introduce support for the Jetson Orin NX module (P3767)
and the corresponding internal reference carrier (P3768).
Changes in v2:
- add a few nodes that UEFI requires
- fix system EEPROM I2C address
- enable HDA
Thierry Reding (4):
dt-bindings: tegra: Document Jetson Orin NX
dt-bindings: tegra: Document P3768+P3767 reference platform
arm64: tegra: Add Jetson Orin NX support
arm64: tegra: Add support for P3768+P3767
.../devicetree/bindings/arm/tegra.yaml | 8 +
arch/arm64/boot/dts/nvidia/Makefile | 1 +
.../boot/dts/nvidia/tegra234-p3767-0000.dtsi | 193 ++++++++++++++++++
.../nvidia/tegra234-p3768-0000+p3767-0000.dts | 133 ++++++++++++
.../boot/dts/nvidia/tegra234-p3768-0000.dtsi | 133 ++++++++++++
5 files changed, 468 insertions(+)
create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767-0000.dtsi
create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0000.dts
create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3768-0000.dtsi
--
2.40.0
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>,
linux-tegra@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] arm64: tegra: Add Jetson Orin NX support
Date: Wed, 29 Mar 2023 17:07:06 +0200 [thread overview]
Message-ID: <20230329150710.773441-1-thierry.reding@gmail.com> (raw)
From: Thierry Reding <treding@nvidia.com>
Hi,
these patches introduce support for the Jetson Orin NX module (P3767)
and the corresponding internal reference carrier (P3768).
Changes in v2:
- add a few nodes that UEFI requires
- fix system EEPROM I2C address
- enable HDA
Thierry Reding (4):
dt-bindings: tegra: Document Jetson Orin NX
dt-bindings: tegra: Document P3768+P3767 reference platform
arm64: tegra: Add Jetson Orin NX support
arm64: tegra: Add support for P3768+P3767
.../devicetree/bindings/arm/tegra.yaml | 8 +
arch/arm64/boot/dts/nvidia/Makefile | 1 +
.../boot/dts/nvidia/tegra234-p3767-0000.dtsi | 193 ++++++++++++++++++
.../nvidia/tegra234-p3768-0000+p3767-0000.dts | 133 ++++++++++++
.../boot/dts/nvidia/tegra234-p3768-0000.dtsi | 133 ++++++++++++
5 files changed, 468 insertions(+)
create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767-0000.dtsi
create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0000.dts
create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3768-0000.dtsi
--
2.40.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2023-03-29 15:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-29 15:07 Thierry Reding [this message]
2023-03-29 15:07 ` [PATCH v2 0/4] arm64: tegra: Add Jetson Orin NX support Thierry Reding
2023-03-29 15:07 ` [PATCH v2 1/4] dt-bindings: tegra: Document Jetson Orin NX Thierry Reding
2023-03-29 15:07 ` Thierry Reding
2023-03-29 15:07 ` [PATCH v2 2/4] dt-bindings: tegra: Document P3768+P3767 reference platform Thierry Reding
2023-03-29 15:07 ` Thierry Reding
2023-03-30 7:43 ` Krzysztof Kozlowski
2023-03-30 7:43 ` Krzysztof Kozlowski
2023-03-29 15:07 ` [PATCH v2 3/4] arm64: tegra: Add Jetson Orin NX support Thierry Reding
2023-03-29 15:07 ` Thierry Reding
2023-03-29 15:07 ` [PATCH v2 4/4] arm64: tegra: Add support for P3768+P3767 Thierry Reding
2023-03-29 15:07 ` 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=20230329150710.773441-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.