All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: Thierry Reding <thierry.reding@gmail.com>,
	Jon Hunter <jonathanh@nvidia.com>,
	linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 6/6] arm64: tegra: Device tree changes for v6.5-rc1
Date: Fri,  9 Jun 2023 21:36:20 +0200	[thread overview]
Message-ID: <20230609193620.2275240-6-thierry.reding@gmail.com> (raw)
In-Reply-To: <20230609193620.2275240-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.5-arm64-dt

for you to fetch changes up to 6312e57b3250085b196d9630d2eeea6a583b97ef:

  arm64: tegra: Enable thermal support on Jetson Orin Nano (2023-06-09 17:44:26 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v6.5-rc1

This introduces support for the IGX Orin and Jetson Orin Nano devices
and enables various additional features on the Jetson AGX Orin and
Jetson Orin NX. This also enables some basic thermal support to prevent
the devices from overheating.

Support for the GPU on the Google Pixel C is enabled and various minor
issues are fixed and cleaned up.

----------------------------------------------------------------
Diogo Ivo (2):
      arm64: tegra: Add GPU power rail regulator on Smaug
      arm64: tegra: Enable GPU on Smaug

Jon Hunter (3):
      arm64: tegra: Fix PCIe regulator for Orin Jetson AGX
      arm64: tegra: Enable USB device for Jetson AGX Orin
      arm64: tegra: Update USB phy-name for Jetson Orin NX

Krzysztof Kozlowski (1):
      arm64: tegra: Add missing cache properties on Tegra210

Prathamesh Shete (1):
      arm64: tegra: Add Tegra234 pin controllers

Shubhi Garg (2):
      dt-bindings: tegra: Document compatible for IGX
      arm64: tegra: Add support for IGX Orin

Sumit Gupta (2):
      dt-bindings: tegra: Add ICC IDs for dummy memory clients
      arm64: tegra: Add CPU OPP tables and interconnects property

Thierry Reding (8):
      Merge branch 'for-6.5/dt-bindings' into for-6.5/arm64/dt
      arm64: tegra: Support Jetson Orin Nano Developer Kit
      arm64: tegra: Sort properties more logically
      arm64: tegra: Add a few blank lines for better readability
      arm64: tegra: Add Tegra234 thermal support
      arm64: tegra: Enable thermal support on Jetson AGX Orin
      arm64: tegra: Enable thermal support on Jetson Orin NX
      arm64: tegra: Enable thermal support on Jetson Orin Nano

 Documentation/devicetree/bindings/arm/tegra.yaml   |   5 +
 arch/arm64/boot/dts/nvidia/Makefile                |   4 +
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      |  23 +-
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |   1 +
 .../arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi |  24 +-
 .../arm64/boot/dts/nvidia/tegra234-p3701-0008.dtsi | 111 +++++++
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  |  46 ++-
 .../arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi |   6 +
 .../dts/nvidia/tegra234-p3740-0002+p3701-0008.dts  | 154 ++++++++++
 .../arm64/boot/dts/nvidia/tegra234-p3740-0002.dtsi | 137 +++++++++
 .../arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi |  14 +
 arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi     |  60 +---
 .../dts/nvidia/tegra234-p3768-0000+p3767-0000.dts  |  23 +-
 .../dts/nvidia/tegra234-p3768-0000+p3767-0005.dts  |  33 ++
 .../arm64/boot/dts/nvidia/tegra234-p3768-0000.dtsi |   3 +-
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 341 +++++++++++++++++++++
 include/dt-bindings/memory/tegra234-mc.h           |   5 +
 .../dt-bindings/thermal/tegra234-bpmp-thermal.h    |  19 ++
 18 files changed, 937 insertions(+), 72 deletions(-)
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3701-0008.dtsi
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3740-0002.dtsi
 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
 create mode 100644 include/dt-bindings/thermal/tegra234-bpmp-thermal.h

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: Thierry Reding <thierry.reding@gmail.com>,
	Jon Hunter <jonathanh@nvidia.com>,
	linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 6/6] arm64: tegra: Device tree changes for v6.5-rc1
Date: Fri,  9 Jun 2023 21:36:20 +0200	[thread overview]
Message-ID: <20230609193620.2275240-6-thierry.reding@gmail.com> (raw)
In-Reply-To: <20230609193620.2275240-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.5-arm64-dt

for you to fetch changes up to 6312e57b3250085b196d9630d2eeea6a583b97ef:

  arm64: tegra: Enable thermal support on Jetson Orin Nano (2023-06-09 17:44:26 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v6.5-rc1

This introduces support for the IGX Orin and Jetson Orin Nano devices
and enables various additional features on the Jetson AGX Orin and
Jetson Orin NX. This also enables some basic thermal support to prevent
the devices from overheating.

Support for the GPU on the Google Pixel C is enabled and various minor
issues are fixed and cleaned up.

----------------------------------------------------------------
Diogo Ivo (2):
      arm64: tegra: Add GPU power rail regulator on Smaug
      arm64: tegra: Enable GPU on Smaug

Jon Hunter (3):
      arm64: tegra: Fix PCIe regulator for Orin Jetson AGX
      arm64: tegra: Enable USB device for Jetson AGX Orin
      arm64: tegra: Update USB phy-name for Jetson Orin NX

Krzysztof Kozlowski (1):
      arm64: tegra: Add missing cache properties on Tegra210

Prathamesh Shete (1):
      arm64: tegra: Add Tegra234 pin controllers

Shubhi Garg (2):
      dt-bindings: tegra: Document compatible for IGX
      arm64: tegra: Add support for IGX Orin

Sumit Gupta (2):
      dt-bindings: tegra: Add ICC IDs for dummy memory clients
      arm64: tegra: Add CPU OPP tables and interconnects property

Thierry Reding (8):
      Merge branch 'for-6.5/dt-bindings' into for-6.5/arm64/dt
      arm64: tegra: Support Jetson Orin Nano Developer Kit
      arm64: tegra: Sort properties more logically
      arm64: tegra: Add a few blank lines for better readability
      arm64: tegra: Add Tegra234 thermal support
      arm64: tegra: Enable thermal support on Jetson AGX Orin
      arm64: tegra: Enable thermal support on Jetson Orin NX
      arm64: tegra: Enable thermal support on Jetson Orin Nano

 Documentation/devicetree/bindings/arm/tegra.yaml   |   5 +
 arch/arm64/boot/dts/nvidia/Makefile                |   4 +
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      |  23 +-
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |   1 +
 .../arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi |  24 +-
 .../arm64/boot/dts/nvidia/tegra234-p3701-0008.dtsi | 111 +++++++
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  |  46 ++-
 .../arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi |   6 +
 .../dts/nvidia/tegra234-p3740-0002+p3701-0008.dts  | 154 ++++++++++
 .../arm64/boot/dts/nvidia/tegra234-p3740-0002.dtsi | 137 +++++++++
 .../arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi |  14 +
 arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi     |  60 +---
 .../dts/nvidia/tegra234-p3768-0000+p3767-0000.dts  |  23 +-
 .../dts/nvidia/tegra234-p3768-0000+p3767-0005.dts  |  33 ++
 .../arm64/boot/dts/nvidia/tegra234-p3768-0000.dtsi |   3 +-
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 341 +++++++++++++++++++++
 include/dt-bindings/memory/tegra234-mc.h           |   5 +
 .../dt-bindings/thermal/tegra234-bpmp-thermal.h    |  19 ++
 18 files changed, 937 insertions(+), 72 deletions(-)
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3701-0008.dtsi
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3740-0002.dtsi
 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
 create mode 100644 include/dt-bindings/thermal/tegra234-bpmp-thermal.h

_______________________________________________
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-06-09 19:36 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-09 19:36 [GIT PULL 1/6] soc/tegra: Changes for v6.5-rc1 Thierry Reding
2023-06-09 19:36 ` Thierry Reding
2023-06-09 19:36 ` [GIT PULL 2/6] firmware: tegra: " Thierry Reding
2023-06-09 19:36   ` Thierry Reding
2023-06-09 19:36 ` [GIT PULL 3/6] dt-bindings: " Thierry Reding
2023-06-09 19:36   ` Thierry Reding
2023-06-14  9:27   ` Thierry Reding
2023-06-14  9:27     ` Thierry Reding
2023-06-20 16:26   ` [GIT PULL v2] " Thierry Reding
2023-06-20 16:26     ` Thierry Reding
2023-07-05 20:42     ` patchwork-bot+linux-soc
2023-06-09 19:36 ` [GIT PULL 4/6] memory: tegra: " Thierry Reding
2023-06-09 19:36   ` Thierry Reding
2023-06-09 19:36 ` [GIT PULL 5/6] PCI: " Thierry Reding
2023-06-09 19:36   ` Thierry Reding
2023-06-09 19:36 ` Thierry Reding [this message]
2023-06-09 19:36   ` [GIT PULL 6/6] arm64: tegra: Device tree changes " Thierry Reding
2023-06-20 21:21 ` [GIT PULL 1/6] soc/tegra: Changes " patchwork-bot+linux-soc
2023-06-21 20:30 ` patchwork-bot+linux-soc

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=20230609193620.2275240-6-thierry.reding@gmail.com \
    --to=thierry.reding@gmail.com \
    --cc=arm@kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=soc@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.