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 5/5] arm64: tegra: Device tree changes for v6.9-rc1
Date: Fri, 23 Feb 2024 18:48:48 +0100	[thread overview]
Message-ID: <20240223174849.1509465-5-thierry.reding@gmail.com> (raw)
In-Reply-To: <20240223174849.1509465-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to cc36acb8a67ddfe4bc7bc722748f6c1b72eed5ed:

  arm64: tegra: Remove Jetson Orin NX and Jetson Orin Nano DTSI (2024-02-23 18:20:02 +0100)

Thanks,
Thierry

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

This set of changes refactors the audio-related device tree nodes on
Tegra234 and improves USB support for Jetson AGX Xavier. Furthermore
this consolidates SD/MMC aliases on Tegra234 and provides correct
configuration data for the MGBE Ethernet devices found on Tegra234
so that they can operate at full speed.

----------------------------------------------------------------
Jon Hunter (3):
      arm64: tegra: Add current monitors for Jetson Xavier
      arm64: tegra: Add USB device support for Jetson AGX Xavier
      arm64: tegra: Add USB Type-C controller for Jetson AGX Xavier

Mark Hasemeyer (1):
      arm64: tegra: Enable cros-ec-spi as wake source

Thierry Reding (2):
      arm64: tegra: Use consistent SD/MMC aliases on Tegra234
      arm64: tegra: Add AXI configuration for Tegra234 MGBE

sheetal (4):
      arm64: tegra: Move AHUB ports to SoC DTSI
      arm64: tegra: Define missing IO ports
      arm64: tegra: Add audio support for Jetson Orin NX and Jetson Orin Nano
      arm64: tegra: Remove Jetson Orin NX and Jetson Orin Nano DTSI

 arch/arm64/boot/dts/nvidia/tegra132-norrin.dts     |    1 +
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |   50 +
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts |   51 +-
 arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi     |   27 +
 arch/arm64/boot/dts/nvidia/tegra234-p3701.dtsi     | 1953 +-----------------
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  |    1 -
 .../arm64/boot/dts/nvidia/tegra234-p3767-0000.dtsi |   14 -
 .../arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi |   14 -
 arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi     |   86 +
 .../dts/nvidia/tegra234-p3768-0000+p3767-0000.dts  |    7 +-
 .../dts/nvidia/tegra234-p3768-0000+p3767-0005.dts  |   12 +-
 arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts    |    1 -
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 2138 +++++++++++++++++++-
 13 files changed, 2355 insertions(+), 2000 deletions(-)
 delete mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767-0000.dtsi
 delete mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi

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 5/5] arm64: tegra: Device tree changes for v6.9-rc1
Date: Fri, 23 Feb 2024 18:48:48 +0100	[thread overview]
Message-ID: <20240223174849.1509465-5-thierry.reding@gmail.com> (raw)
In-Reply-To: <20240223174849.1509465-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to cc36acb8a67ddfe4bc7bc722748f6c1b72eed5ed:

  arm64: tegra: Remove Jetson Orin NX and Jetson Orin Nano DTSI (2024-02-23 18:20:02 +0100)

Thanks,
Thierry

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

This set of changes refactors the audio-related device tree nodes on
Tegra234 and improves USB support for Jetson AGX Xavier. Furthermore
this consolidates SD/MMC aliases on Tegra234 and provides correct
configuration data for the MGBE Ethernet devices found on Tegra234
so that they can operate at full speed.

----------------------------------------------------------------
Jon Hunter (3):
      arm64: tegra: Add current monitors for Jetson Xavier
      arm64: tegra: Add USB device support for Jetson AGX Xavier
      arm64: tegra: Add USB Type-C controller for Jetson AGX Xavier

Mark Hasemeyer (1):
      arm64: tegra: Enable cros-ec-spi as wake source

Thierry Reding (2):
      arm64: tegra: Use consistent SD/MMC aliases on Tegra234
      arm64: tegra: Add AXI configuration for Tegra234 MGBE

sheetal (4):
      arm64: tegra: Move AHUB ports to SoC DTSI
      arm64: tegra: Define missing IO ports
      arm64: tegra: Add audio support for Jetson Orin NX and Jetson Orin Nano
      arm64: tegra: Remove Jetson Orin NX and Jetson Orin Nano DTSI

 arch/arm64/boot/dts/nvidia/tegra132-norrin.dts     |    1 +
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |   50 +
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts |   51 +-
 arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi     |   27 +
 arch/arm64/boot/dts/nvidia/tegra234-p3701.dtsi     | 1953 +-----------------
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  |    1 -
 .../arm64/boot/dts/nvidia/tegra234-p3767-0000.dtsi |   14 -
 .../arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi |   14 -
 arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi     |   86 +
 .../dts/nvidia/tegra234-p3768-0000+p3767-0000.dts  |    7 +-
 .../dts/nvidia/tegra234-p3768-0000+p3767-0005.dts  |   12 +-
 arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts    |    1 -
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 2138 +++++++++++++++++++-
 13 files changed, 2355 insertions(+), 2000 deletions(-)
 delete mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767-0000.dtsi
 delete mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi

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

  parent reply	other threads:[~2024-02-23 17:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23 17:48 [GIT PULL 1/5] soc/tegra: Changes for v6.9-rc1 Thierry Reding
2024-02-23 17:48 ` Thierry Reding
2024-02-23 17:48 ` [GIT PULL 2/5] firmware: tegra: " Thierry Reding
2024-02-23 17:48   ` Thierry Reding
2024-02-23 17:48 ` [GIT PULL 3/5] dt-bindings: " Thierry Reding
2024-02-23 17:48   ` Thierry Reding
2024-02-23 17:48 ` [GIT PULL 4/5] ARM: tegra: Device tree changes " Thierry Reding
2024-02-23 17:48   ` Thierry Reding
2024-02-23 17:48 ` Thierry Reding [this message]
2024-02-23 17:48   ` [GIT PULL 5/5] arm64: " Thierry Reding
2024-02-29 17:02 ` [GIT PULL 1/5] soc/tegra: Changes " patchwork-bot+linux-soc
2024-03-04 16:12 ` 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=20240223174849.1509465-5-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.