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 v5.15-rc1
Date: Fri, 13 Aug 2021 18:21:57 +0200	[thread overview]
Message-ID: <20210813162157.2820913-6-thierry.reding@gmail.com> (raw)
In-Reply-To: <20210813162157.2820913-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f865d0292ff3c0ca09414436510eb4c815815509:

  arm64: tegra: Fix compatible string for Tegra132 CPUs (2021-08-13 18:01:01 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v5.15-rc1

Contains a couple of fixes across the board and adds support for the
recently released NVIDIA Jetson TX2 NX Developer Kit.

----------------------------------------------------------------
Dmitry Osipenko (1):
      arm64: tegra194: p2888: Correct interrupt trigger type of temperature sensor

Thierry Reding (4):
      arm64: tegra: Add PWM nodes on Tegra186
      arm64: tegra: Add NVIDIA Jetson TX2 NX Developer Kit support
      arm64: tegra: Add missing interconnects property for USB on Tegra186
      arm64: tegra: Fix compatible string for Tegra132 CPUs

Vidya Sagar (1):
      arm64: tegra: Fix Tegra194 PCIe EP compatible string

 arch/arm64/boot/dts/nvidia/Makefile                |   1 +
 arch/arm64/boot/dts/nvidia/tegra132.dtsi           |   4 +-
 .../dts/nvidia/tegra186-p3509-0000+p3636-0001.dts  | 718 +++++++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |  91 +++
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |   2 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           |   6 +-
 6 files changed, 816 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dts

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 v5.15-rc1
Date: Fri, 13 Aug 2021 18:21:57 +0200	[thread overview]
Message-ID: <20210813162157.2820913-6-thierry.reding@gmail.com> (raw)
Message-ID: <20210813162157.4wxrmO3ZGHtVJEVyrkSPMct0S2UmocifKlUb8vzVNBA@z> (raw)
In-Reply-To: <20210813162157.2820913-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f865d0292ff3c0ca09414436510eb4c815815509:

  arm64: tegra: Fix compatible string for Tegra132 CPUs (2021-08-13 18:01:01 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v5.15-rc1

Contains a couple of fixes across the board and adds support for the
recently released NVIDIA Jetson TX2 NX Developer Kit.

----------------------------------------------------------------
Dmitry Osipenko (1):
      arm64: tegra194: p2888: Correct interrupt trigger type of temperature sensor

Thierry Reding (4):
      arm64: tegra: Add PWM nodes on Tegra186
      arm64: tegra: Add NVIDIA Jetson TX2 NX Developer Kit support
      arm64: tegra: Add missing interconnects property for USB on Tegra186
      arm64: tegra: Fix compatible string for Tegra132 CPUs

Vidya Sagar (1):
      arm64: tegra: Fix Tegra194 PCIe EP compatible string

 arch/arm64/boot/dts/nvidia/Makefile                |   1 +
 arch/arm64/boot/dts/nvidia/tegra132.dtsi           |   4 +-
 .../dts/nvidia/tegra186-p3509-0000+p3636-0001.dts  | 718 +++++++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |  91 +++
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |   2 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           |   6 +-
 6 files changed, 816 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dts

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

  parent reply	other threads:[~2021-08-13 16:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-13 16:21 [GIT PULL 1/6] dt-bindings: Changes for v5.15-rc1 Thierry Reding
2021-08-13 16:21 ` Thierry Reding
2021-08-13 16:21 ` [GIT PULL 2/6] firmware: tegra: " Thierry Reding
2021-08-13 16:21   ` Thierry Reding
2021-08-18 13:34   ` Arnd Bergmann
2021-08-18 13:34     ` Arnd Bergmann
2021-08-13 16:21 ` [GIT PULL 3/6] soc/tegra: " Thierry Reding
2021-08-13 16:21   ` Thierry Reding
2021-08-18 13:34   ` Arnd Bergmann
2021-08-18 13:34     ` Arnd Bergmann
2021-08-13 16:21 ` [GIT PULL 4/6] ARM: tegra: Device tree changes " Thierry Reding
2021-08-13 16:21   ` Thierry Reding
2021-08-16 21:20   ` Arnd Bergmann
2021-08-16 21:20     ` Arnd Bergmann
2021-08-13 16:21 ` [GIT PULL 5/6] ARM: tegra: Default configuration " Thierry Reding
2021-08-13 16:21   ` Thierry Reding
2021-08-16 21:33   ` Arnd Bergmann
2021-08-16 21:33     ` Arnd Bergmann
2021-08-13 16:21 ` Thierry Reding [this message]
2021-08-13 16:21   ` [GIT PULL 6/6] arm64: tegra: Device tree " Thierry Reding
2021-08-16 21:20   ` Arnd Bergmann
2021-08-16 21:20     ` Arnd Bergmann
2021-08-16 21:20 ` [GIT PULL 1/6] dt-bindings: Changes " Arnd Bergmann
2021-08-16 21:20   ` Arnd Bergmann

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=20210813162157.2820913-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.