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 3/3] arm64: tegra: Device tree changes for v6.3-rc1
Date: Fri, 27 Jan 2023 17:37:19 +0100	[thread overview]
Message-ID: <20230127163719.460954-3-thierry.reding@gmail.com> (raw)
In-Reply-To: <20230127163719.460954-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 682e1c498ae793ad90587171c93c1f7ec87aa208:

  arm64: tegra: Drop I2C iommus and dma-coherent properties (2023-01-27 17:08:58 +0100)

Thanks,
Thierry

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

There are two big changes in this: one is to bump the #address-cells and
the #size-cells properties to 2 so that bus address translations work
correctly and another to sort nodes according to a scheme that we've
been trying to follow, but where some inconsistencies have accumulated
over the years.

As for the rest, this adds mostly new things on Tegra234, such as USB
host and device support and identification EEPROMs found on Jetson AGX
Orin.

Some cleanups are also included, such as the removal of unneeded
properties or duplicated nodes.

----------------------------------------------------------------
Jon Hunter (4):
      arm64: tegra: Populate address/size cells for Tegra234 I2C
      arm64: tegra: Populate Jetson AGX Orin EEPROMs
      arm64: tegra: Add dma-coherent property for Tegra194 XUDC
      arm64: tegra: Populate the XUDC node for Tegra234

Mikko Perttunen (1):
      arm64: tegra: Mark host1x as dma-coherent on Tegra194/234

Thierry Reding (6):
      arm64: tegra: Fix typo in gpio-ranges property
      arm64: tegra: Fix duplicate regulator on Jetson TX1
      arm64: tegra: Sort includes
      arm64: tegra: Bump #address-cells and #size-cells
      arm64: tegra: Sort nodes by unit-address, then alphabetically
      arm64: tegra: Drop I2C iommus and dma-coherent properties

Wayne Chang (1):
      arm64: tegra: Enable XUSB host function on Jetson AGX Orin

 arch/arm64/boot/dts/nvidia/tegra132-norrin.dts     |   16 +-
 arch/arm64/boot/dts/nvidia/tegra132.dtsi           |  232 +-
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 2548 ++++++++++----------
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi     |   86 +-
 .../dts/nvidia/tegra186-p3509-0000+p3636-0001.dts  | 1176 ++++-----
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |  486 ++--
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |   36 +-
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 2324 +++++++++---------
 .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 2445 +++++++++----------
 arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi     |   36 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           | 1623 +++++++------
 arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi     |   66 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |  278 +--
 arch/arm64/boot/dts/nvidia/tegra210-p2595.dtsi     |    3 +
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     |    5 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi     |   86 +-
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |  384 +--
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      |   66 +-
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |  310 +--
 .../arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi |  130 +-
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  | 1943 ++++++++-------
 .../arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi |   24 +
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 2097 ++++++++--------
 23 files changed, 8367 insertions(+), 8033 deletions(-)

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 3/3] arm64: tegra: Device tree changes for v6.3-rc1
Date: Fri, 27 Jan 2023 17:37:19 +0100	[thread overview]
Message-ID: <20230127163719.460954-3-thierry.reding@gmail.com> (raw)
In-Reply-To: <20230127163719.460954-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 682e1c498ae793ad90587171c93c1f7ec87aa208:

  arm64: tegra: Drop I2C iommus and dma-coherent properties (2023-01-27 17:08:58 +0100)

Thanks,
Thierry

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

There are two big changes in this: one is to bump the #address-cells and
the #size-cells properties to 2 so that bus address translations work
correctly and another to sort nodes according to a scheme that we've
been trying to follow, but where some inconsistencies have accumulated
over the years.

As for the rest, this adds mostly new things on Tegra234, such as USB
host and device support and identification EEPROMs found on Jetson AGX
Orin.

Some cleanups are also included, such as the removal of unneeded
properties or duplicated nodes.

----------------------------------------------------------------
Jon Hunter (4):
      arm64: tegra: Populate address/size cells for Tegra234 I2C
      arm64: tegra: Populate Jetson AGX Orin EEPROMs
      arm64: tegra: Add dma-coherent property for Tegra194 XUDC
      arm64: tegra: Populate the XUDC node for Tegra234

Mikko Perttunen (1):
      arm64: tegra: Mark host1x as dma-coherent on Tegra194/234

Thierry Reding (6):
      arm64: tegra: Fix typo in gpio-ranges property
      arm64: tegra: Fix duplicate regulator on Jetson TX1
      arm64: tegra: Sort includes
      arm64: tegra: Bump #address-cells and #size-cells
      arm64: tegra: Sort nodes by unit-address, then alphabetically
      arm64: tegra: Drop I2C iommus and dma-coherent properties

Wayne Chang (1):
      arm64: tegra: Enable XUSB host function on Jetson AGX Orin

 arch/arm64/boot/dts/nvidia/tegra132-norrin.dts     |   16 +-
 arch/arm64/boot/dts/nvidia/tegra132.dtsi           |  232 +-
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 2548 ++++++++++----------
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi     |   86 +-
 .../dts/nvidia/tegra186-p3509-0000+p3636-0001.dts  | 1176 ++++-----
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |  486 ++--
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |   36 +-
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 2324 +++++++++---------
 .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 2445 +++++++++----------
 arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi     |   36 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           | 1623 +++++++------
 arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi     |   66 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |  278 +--
 arch/arm64/boot/dts/nvidia/tegra210-p2595.dtsi     |    3 +
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     |    5 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi     |   86 +-
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |  384 +--
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      |   66 +-
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |  310 +--
 .../arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi |  130 +-
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  | 1943 ++++++++-------
 .../arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi |   24 +
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 2097 ++++++++--------
 23 files changed, 8367 insertions(+), 8033 deletions(-)

_______________________________________________
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-01-27 16:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-27 16:37 [GIT PULL 1/3] dt-bindings: Changes for v6.3-rc1 Thierry Reding
2023-01-27 16:37 ` Thierry Reding
2023-01-27 16:37 ` [GIT PULL 2/3] ARM: tegra: Device tree changes " Thierry Reding
2023-01-27 16:37   ` Thierry Reding
2023-01-27 16:37 ` Thierry Reding [this message]
2023-01-27 16:37   ` [GIT PULL 3/3] arm64: " Thierry Reding
2023-01-30 22:31 ` [GIT PULL 1/3] dt-bindings: Changes " 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=20230127163719.460954-3-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.