mbox series

[GIT,PULL,4/5] arm64: tegra: Device tree changes for v5.18-rc1

Message ID 20220225164741.1064416-4-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/5] soc/tegra: Changes for v5.18-rc1 | expand

Pull-request

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

Message

Thierry Reding Feb. 25, 2022, 4:47 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to f0a481209d6fa70854673173bf5f8a1cb24bd7f2:

  arm64: tegra: Drop arm,armv8-pmuv3 compatible string (2022-02-25 14:40:39 +0100)

Thanks,
Thierry

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

Based on the for-5.18/dt-bindings changes, this adds various new
features on Tegra234 such as IOMMU, audio, gpio-keys, I2C and PWM
support.

Device trees for 64-bit Tegra boards are now also built with overlay
support enabled, which allows firmware to apply overlays and customize
the DTB that is passed to the kernel.

There are also a couple of cleanups and additions for older devices,
such as USB device mode support on Jetson Xavier NX.

----------------------------------------------------------------
Akhil R (5):
      dt-bindings: Add headers for Tegra234 I2C
      dt-bindings: Add headers for Tegra234 PWM
      arm64: tegra: Add Tegra234 I2C devicetree nodes
      arm64: tegra: Add Tegra234 PWM devicetree nodes
      arm64: tegra: Add GPCDMA node for tegra186 and tegra194

Jon Hunter (1):
      arm64: tegra: Enable device-tree overlay support

Mohan Kumar (3):
      dt-bindings: Add HDA support for Tegra234
      dt-bindings: Document Tegra234 HDA support
      arm64: tegra: Add HDA device tree node for Tegra234

Sameer Pujar (3):
      dt-bindings: Add Tegra234 APE support
      arm64: tegra: Add audio devices on Tegra234
      arm64: tegra: APE sound card for Jetson AGX Orin

Thierry Reding (5):
      Merge branch 'for-5.18/dt-bindings' into for-5.18/arm64/dt
      arm64: tegra: Enable gpio-keys on Jetson AGX Orin Developer Kit
      arm64: tegra: Add Tegra234 IOMMUs
      arm64: tegra: Move audio IOMMU properties to ADMAIF node
      arm64: tegra: Drop arm,armv8-pmuv3 compatible string

Vidya Sagar (3):
      dt-bindings: Add Tegra234 PCIe clocks and resets
      dt-bindings: power: Add Tegra234 PCIe power domains
      dt-bindings: memory: Add Tegra234 PCIe memory

Wayne Chang (1):
      arm64: tegra: Enable Jetson Xavier NX USB device mode

kartik (1):
      arm64: tegra: Enable UART instance on 40-pin header

 .../bindings/sound/nvidia,tegra30-hda.yaml         |    3 +
 arch/arm64/boot/dts/nvidia/Makefile                |   11 +
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |   46 +-
 .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi |   25 +
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           |   54 +-
 .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts  | 1824 ++++++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 1010 +++++++++++
 include/dt-bindings/clock/tegra234-clock.h         |  135 +-
 include/dt-bindings/memory/tegra234-mc.h           |   75 +
 include/dt-bindings/power/tegra234-powergate.h     |   22 +
 include/dt-bindings/reset/tegra234-reset.h         |   45 +-
 11 files changed, 3239 insertions(+), 11 deletions(-)
 create mode 100644 include/dt-bindings/power/tegra234-powergate.h