mbox series

[GIT,PULL] arm64: tegra: Device tree fixes for v5.10-rc6

Message ID 20201125170306.1095734-1-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL] arm64: tegra: Device tree fixes for v5.10-rc6 | expand

Pull-request

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

Message

Thierry Reding Nov. 25, 2020, 5:03 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d98bccf10dd0f36cabee71a425381fce0908de3b:

  arm64: tegra: Fix Tegra234 VDK node names (2020-11-25 15:33:30 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree fixes for v5.10-rc6

This contains a couple of fixes to device trees. Among other things,
this restores suspend/resume on Jetson TX2 and makes USB OTG work on
Jetson TX1.

----------------------------------------------------------------
Dipen Patel (1):
      arm64: tegra: Wrong AON HSP reg property size

JC Kuo (1):
      arm64: tegra: Fix USB_VBUS_EN0 regulator on Jetson TX1

Jon Hunter (3):
      arm64: tegra: Disable the ACONNECT for Jetson TX2
      arm64: tegra: Correct the UART for Jetson Xavier NX
      arm64: tegra: Fix Tegra234 VDK node names

 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts  | 12 ------------
 arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi |  2 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi            |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi      | 20 ++++++++++----------
 arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts     |  6 +++---
 5 files changed, 15 insertions(+), 27 deletions(-)

Comments

Arnd Bergmann Nov. 26, 2020, 9:17 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 25 Nov 2020 18:03:06 +0100, Thierry Reding wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.10-arm64-dt-fixes
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 06ceddef30a58ddb4393176c78fd4dccc14dbfde

       Arnd