From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org
Cc: linux-tegra@vger.kernel.org,
Thierry Reding <thierry.reding@gmail.com>,
linux-arm-kernel@lists.infradead.org,
Jon Hunter <jonathanh@nvidia.com>
Subject: [GIT PULL 8/9] arm64: tegra: Device tree changes for v5.2-rc1
Date: Thu, 18 Apr 2019 17:07:19 +0200 [thread overview]
Message-ID: <20190418150721.8828-8-thierry.reding@gmail.com> (raw)
In-Reply-To: <20190418150721.8828-1-thierry.reding@gmail.com>
Hi ARM SoC maintainers,
The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:
Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm64-dt
for you to fetch changes up to 2f03e39b5bfe41f3a0d9a8b01231e7e5045cb9c4:
arm64: tegra: Remove regulator hacks on Jetson TX2 (2019-04-17 16:48:44 +0200)
Thanks,
Thierry
----------------------------------------------------------------
arm64: tegra: Device tree changes for v5.2-rc1
This contains a bunch of changes all across the board. Perhaps the most
notable introduction here is support for the Jetson Nano Developer Kit.
----------------------------------------------------------------
Jon Hunter (1):
arm64: tegra: Add supply for temperature sensor on P2888
Joseph Lo (6):
arm64: tegra: Fix timer node for Tegra210
arm64: tegra: Add CPU idle states properties for Tegra210
arm64: tegra: Enable CPU idle support for Jetson TX1
arm64: tegra: Enable CPU idle support for Smaug
arm64: tegra: Enable CPU idle support for Shield
arm64: tegra: Add L2 cache topology to Tegra210
Sameer Pujar (1):
arm64: tegra: Enable aconnect, ADMA and AGIC on Jetson TX1
Sowjanya Komatineni (2):
arm64: tegra: Fix default tap and trim values
arm64: tegra: Enable command queue for Tegra186 SDMMC4
Thierry Reding (6):
arm64: tegra: jetson-tx1: Move PLL power supplies to XUSB pad controller
arm64: tegra: smaug: Move PLL power supplies to XUSB pad controller
arm64: tegra: Add NVIDIA Jetson Nano Developer Kit support
arm64: tegra: Add XUSB and pad controller on Tegra186
arm64: tegra: Enable XUSB on P2771
arm64: tegra: Remove regulator hacks on Jetson TX2
arch/arm64/boot/dts/nvidia/Makefile | 1 +
arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 115 ++++
arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi | 42 +-
arch/arm64/boot/dts/nvidia/tegra186.dtsi | 140 ++++-
arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi | 1 +
arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | 6 +
arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts | 12 +
arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi | 5 +
arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi | 6 +
arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 650 +++++++++++++++++++++
arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 12 +
arch/arm64/boot/dts/nvidia/tegra210.dtsi | 41 +-
12 files changed, 999 insertions(+), 32 deletions(-)
create mode 100644 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-04-18 15:08 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-18 15:07 [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1 Thierry Reding
2019-04-18 15:07 ` [GIT PULL 2/9] soc/tegra: " Thierry Reding
2019-04-29 6:34 ` Olof Johansson
2019-04-18 15:07 ` [GIT PULL 3/9] firmware: tegra: " Thierry Reding
2019-04-29 6:34 ` Olof Johansson
2019-04-18 15:07 ` [GIT PULL 4/9] memory: " Thierry Reding
2019-04-29 6:35 ` Olof Johansson
2019-04-18 15:07 ` [GIT PULL 5/9] ARM: tegra: Core changes " Thierry Reding
2019-04-29 6:35 ` Olof Johansson
2019-04-18 15:07 ` [GIT PULL 6/9] ARM: tegra: Device tree " Thierry Reding
2019-04-28 19:39 ` Olof Johansson
2019-04-18 15:07 ` [GIT PULL 7/9] ARM: tegra: Default configuration updates " Thierry Reding
2019-04-29 6:36 ` Olof Johansson
2019-04-18 15:07 ` Thierry Reding [this message]
2019-04-28 19:40 ` [GIT PULL 8/9] arm64: tegra: Device tree changes " Olof Johansson
2019-04-18 15:07 ` [GIT PULL 9/9] arm64: tegra: Default configuration updates " Thierry Reding
2019-04-29 6:37 ` Olof Johansson
2019-04-29 6:33 ` [GIT PULL 1/9] bus/tegra: Changes " Olof Johansson
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=20190418150721.8828-8-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 \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).