]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'tegra-for-6.14-arm64-dt' of https://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Thu, 16 Jan 2025 14:16:40 +0000 (15:16 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 16 Jan 2025 14:16:41 +0000 (15:16 +0100)
commit73ac18dec25f120e7e570f46d83a0d63d2475fb2
tree0d532474a8e9f68bcabdca0827996b217c0d23db
parent664b7a5f8bb3cc0dd3531a2b032a3f89980f525a
parentb615fbd70fce8582d92b3bdbbf3c9b80cadcfb55
Merge tag 'tegra-for-6.14-arm64-dt' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/dt

arm64: tegra: Device tree fixes for v6.14-rc1

These patches fix up an issue with the DMA support on one of the SPI
controllers, as well as properly identify the SCE fabric and disable
it to prevent accessing registers that may not be accessible to the
CPU. Finally, the GIC's #address-cells property is set to 0 to fix a
problem in the PCIe interrupt-map property.

* tag 'tegra-for-6.14-arm64-dt' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  arm64: tegra: Fix Tegra234 PCIe interrupt-map
  arm64: tegra: Disable Tegra234 sce-fabric node
  arm64: tegra: Fix typo in Tegra234 dce-fabric compatible
  arm64: tegra: Fix DMA ID for SPI2

Link: https://lore.kernel.org/r/20250110185355.4143505-3-thierry.reding@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>