linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] Device tree bindings updates for v6.16-rc1
@ 2025-05-09 21:26 Thierry Reding
  2025-05-09 21:26 ` [GIT PULL 2/3] ARM: tegra: Device tree changes " Thierry Reding
  2025-05-09 21:26 ` [GIT PULL 3/3] arm64: " Thierry Reding
  0 siblings, 2 replies; 3+ messages in thread
From: Thierry Reding @ 2025-05-09 21:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

From: Thierry Reding <thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.16-dt-bindings

for you to fetch changes up to 0d4d6e699a4acff8d15f83185d269ab59c02107a:

  media: dt-bindings: Document Tegra186 and Tegra194 cec (2025-05-08 23:57:54 +0200)

Thanks,
Thierry

----------------------------------------------------------------
Device tree bindings updates for v6.16-rc1

Convert the legacy interrupt controller (LIC) and APBDMA controller
device tree bindings from freeform text to dt-schema.

Document the ASUS Transformer Pad TF300TL compatible string and add
missing compatible strings for newer generations of the Tegra CEC.

----------------------------------------------------------------
Aaron Kling (1):
      media: dt-bindings: Document Tegra186 and Tegra194 cec

Charan Pedumuru (1):
      dt-bindings: dma: nvidia,tegra20-apbdma: convert text based binding to json schema

Rob Herring (Arm) (1):
      dt-bindings: interrupt-controller: Convert nvidia,tegra20-ictlr to DT schema

Svyatoslav Ryhel (2):
      dt-bindings: arm: tegra: Group Tegra30 based ASUS Transformers
      dt-bindings: arm: tegra: Add Asus Transformer Pad TF300TL

 Documentation/devicetree/bindings/arm/tegra.yaml   | 19 ++---
 .../bindings/dma/nvidia,tegra20-apbdma.txt         | 44 -----------
 .../bindings/dma/nvidia,tegra20-apbdma.yaml        | 90 ++++++++++++++++++++++
 .../interrupt-controller/nvidia,tegra20-ictlr.txt  | 41 ----------
 .../interrupt-controller/nvidia,tegra20-ictlr.yaml | 82 ++++++++++++++++++++
 .../bindings/media/cec/nvidia,tegra114-cec.yaml    | 14 +++-
 6 files changed, 190 insertions(+), 100 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/dma/nvidia,tegra20-apbdma.txt
 create mode 100644 Documentation/devicetree/bindings/dma/nvidia,tegra20-apbdma.yaml
 delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/nvidia,tegra20-ictlr.txt
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/nvidia,tegra20-ictlr.yaml

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL 2/3] ARM: tegra: Device tree changes for v6.16-rc1
  2025-05-09 21:26 [GIT PULL 1/3] Device tree bindings updates for v6.16-rc1 Thierry Reding
@ 2025-05-09 21:26 ` Thierry Reding
  2025-05-09 21:26 ` [GIT PULL 3/3] arm64: " Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2025-05-09 21:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

From: Thierry Reding <thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7cfd76f086c640119f4c5201115cf73488cabdcb:

  ARM: tegra: apalis-eval: Remove pcie-switch node (2025-05-08 23:17:39 +0200)

Thanks,
Thierry

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

Use standard names for the APBDMA controller device tree nodes, add
support for the ASUS Transformer Pad LTE TF300TL and clean up the Apalis
evaluation board by removing the unused pcie-switch node.

----------------------------------------------------------------
Charan Pedumuru (1):
      ARM: tegra: Rename the apbdma nodename to match with common dma-controller binding

Francesco Dolcini (1):
      ARM: tegra: apalis-eval: Remove pcie-switch node

Svyatoslav Ryhel (1):
      ARM: tegra: Add device-tree for ASUS Transformer Pad LTE TF300TL

 arch/arm/boot/dts/nvidia/Makefile                  |   1 +
 arch/arm/boot/dts/nvidia/tegra124-apalis-eval.dts  |   5 -
 .../boot/dts/nvidia/tegra124-apalis-v1.2-eval.dts  |   5 -
 arch/arm/boot/dts/nvidia/tegra20.dtsi              |   2 +-
 arch/arm/boot/dts/nvidia/tegra30-apalis-eval.dts   |   5 -
 .../boot/dts/nvidia/tegra30-apalis-v1.1-eval.dts   |   5 -
 arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dts  | 857 +++++++++++++++++++++
 arch/arm/boot/dts/nvidia/tegra30.dtsi              |   2 +-
 8 files changed, 860 insertions(+), 22 deletions(-)
 create mode 100644 arch/arm/boot/dts/nvidia/tegra30-asus-tf300tl.dts

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL 3/3] arm64: tegra: Device tree changes for v6.16-rc1
  2025-05-09 21:26 [GIT PULL 1/3] Device tree bindings updates for v6.16-rc1 Thierry Reding
  2025-05-09 21:26 ` [GIT PULL 2/3] ARM: tegra: Device tree changes " Thierry Reding
@ 2025-05-09 21:26 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2025-05-09 21:26 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

From: Thierry Reding <thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 20440c7f9015a140e090c625d98b7fb086e7b63c:

  arm64: tegra: Wire up CEC to devkits (2025-05-08 23:59:43 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v6.16-rc1

Enable IOMMU support for the internal DMA controller of the QSPI
controller, add aliases for the I2C controllers on Tegra234 to match
hardware block names as well as the UART-D alias on Jetson TX1, and
enable PWM fans on Jetson TX1 and TX2.

Clean up serial port device tree nodes, add missing DMA properties,
enable the GPU on Jetson TX1 and Jetson TX2. Use an extended number of
address- and size-cells on Tegra186 to mirror what is done on other chip
generations.

Enable CEC on developer kit devices.

----------------------------------------------------------------
Aaron Kling (11):
      arm64: tegra: Enable PWM fan on the Jetson TX1 Devkit
      arm64: tegra: Enable PWM fan on the Jetson TX2 Devkit
      arm64: tegra: Drop remaining serial clock-names and reset-names
      arm64: tegra: Add DMA properties for Tegra186 and Tegra194 UARTs
      arm64: tegra: p3310: Explicitly enable GPU
      arm64: tegra: p2180: Explicitly enable GPU
      arm64: tegra: Bump #address-cells and #size-cells on Tegra186
      arm64: tegra: Add uartd serial alias for Jetson TX1 module
      arm64: tegra: Add fallback CEC compatibles
      arm64: tegra: Add CEC controller on Tegra210
      arm64: tegra: Wire up CEC to devkits

Akhil R (1):
      arm64: tegra: Add I2C aliases for Tegra234

Vishwaroop A (1):
      arm64: tegra: Configure QSPI clocks and add DMA

 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 115 +++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi     |   6 +
 .../dts/nvidia/tegra186-p3509-0000+p3636-0001.dts  |   8 +
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           | 162 +++++++++++----------
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |   2 +
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts |   6 +
 .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi |   6 +
 arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi     |   2 +
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           |  30 ++--
 arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi     |   2 +
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |   6 +
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     |  75 ++++++++++
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |   6 +
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |   9 ++
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           |  22 +++
 15 files changed, 364 insertions(+), 93 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-09 21:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-09 21:26 [GIT PULL 1/3] Device tree bindings updates for v6.16-rc1 Thierry Reding
2025-05-09 21:26 ` [GIT PULL 2/3] ARM: tegra: Device tree changes " Thierry Reding
2025-05-09 21:26 ` [GIT PULL 3/3] arm64: " Thierry Reding

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).