mbox series

[GIT,PULL,5/7] ARM: tegra: Device tree changes for v5.16-rc1

Message ID 20211008201132.1678814-6-thierry.reding@gmail.com
State New
Headers show
Series NVIDIA Tegra changes for v5.16-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-arm-dt

Message

Thierry Reding Oct. 8, 2021, 8:11 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-arm-dt

for you to fetch changes up to 96f4adcd888d7ecb17ba5c88c141ed107cedf913:

  ARM: tegra: Remove useless usb-ehci compatible string (2021-10-07 20:59:48 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v5.16-rc1

This contains various cleanup patches to 32-bit ARM Tegra device trees
and enables USB OTG mode on the Nexus 7.

----------------------------------------------------------------
David Heidelberg (2):
      ARM: tegra: acer-a500: Correct compatible of ak8975 magnetometer
      ARM: tegra: Remove unused backlight-boot-off property

Dmitry Osipenko (3):
      ARM: tegra: Update Broadcom Bluetooth device-tree nodes
      ARM: tegra: Add new properties to USB PHY device-tree nodes
      ARM: tegra: nexus7: Enable USB OTG mode

Thierry Reding (1):
      ARM: tegra: Remove useless usb-ehci compatible string

 arch/arm/boot/dts/tegra114.dtsi                    |  8 ++++--
 arch/arm/boot/dts/tegra124.dtsi                    | 12 ++++++---
 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts    |  7 +++--
 arch/arm/boot/dts/tegra20-paz00.dts                |  2 --
 arch/arm/boot/dts/tegra20.dtsi                     | 13 +++++++---
 .../dts/tegra30-asus-nexus7-grouper-common.dtsi    | 30 +++++++++++++++++++---
 arch/arm/boot/dts/tegra30-ouya.dts                 |  5 +++-
 arch/arm/boot/dts/tegra30.dtsi                     | 12 ++++++---
 8 files changed, 69 insertions(+), 20 deletions(-)

Comments

Arnd Bergmann Oct. 11, 2021, 10:11 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 8 Oct 2021 22:11:30 +0200, Thierry Reding wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-arm-dt
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 86d3858e601d52b791eb8309ada610369a85e95b

       Arnd