From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: Thierry Reding <thierry.reding@gmail.com>,
Jon Hunter <jonathanh@nvidia.com>,
linux-tegra@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 6/7] arm64: tegra: Device tree changes for v5.20-rc1
Date: Fri, 8 Jul 2022 20:56:07 +0200 [thread overview]
Message-ID: <20220708185608.676474-7-thierry.reding@gmail.com> (raw)
In-Reply-To: <20220708185608.676474-1-thierry.reding@gmail.com>
Hi ARM SoC maintainers,
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.20-arm64-dt
for you to fetch changes up to b415bb7c976f1d595ed752001c0938f702645dab:
arm64: tegra: Fix SDMMC1 CD on P2888 (2022-07-08 18:00:13 +0200)
Thanks,
Thierry
----------------------------------------------------------------
arm64: tegra: Device tree changes for v5.20-rc1
This adds and enables various hardware on Tegra234 (host1x, VIC, GPCDMA)
as well as the Control BackBone related device tree nodes on Tegra194
and Tegra234.
Native timers are enabled on Tegra186, Tegra194 and Tegra234, which
allow keeping track of SoC-wide timestamps as well as hardware watchdog
functionality.
The audio subsystem is enhanced with the Output Processing Engine (OPE)
on Tegra210 and later.
Finally there are a handful of minor cleanups and fixes.
----------------------------------------------------------------
Akhil R (3):
dt-bindings: Add headers for Tegra234 GPCDMA
arm64: tegra: Add Tegra234 GPCDMA device tree node
arm64: tegra: Update compatible for Tegra234 GPCDMA
Kartik (3):
dt-bindings: timer: Add Tegra186 & Tegra234 Timer
arm64: tegra: Enable native timers on Tegra186
arm64: tegra: Enable native timers on Tegra234
Krzysztof Kozlowski (2):
arm64: tegra: Adjust whitespace around '='
arm64: tegra: Align gpio-keys node names with dtschema
Mikko Perttunen (4):
dt-bindings: Add headers for Host1x and VIC on Tegra234
arm64: tegra: Mark BPMP channels as no-memory-wc
arm64: tegra: Add Host1x context stream IDs on Tegra186+
arm64: tegra: Add Host1x and VIC on Tegra234
Sameer Pujar (2):
arm64: tegra: Add OPE device on Tegra210 and later
arm64: tegra: Enable OPE on various platforms
Sumit Gupta (5):
dt-bindings: arm: tegra: Add NVIDIA Tegra194 CBB 1.0 binding
dt-bindings: arm: tegra: Add NVIDIA Tegra194 AXI2APB binding
dt-bindings: arm: tegra: Add NVIDIA Tegra234 CBB 2.0 binding
arm64: tegra: Add node for CBB 1.0 on Tegra194
arm64: tegra: Add node for CBB 2.0 on Tegra234
Tamás Szűcs (1):
arm64: tegra: Fix SDMMC1 CD on P2888
Thierry Reding (6):
dt-bindings: power: Add Tegra234 MGBE power domains
dt-bindings: Add Tegra234 MGBE clocks and resets
dt-bindings: memory: Add Tegra234 MGBE memory clients
dt-bindings: tegra-ccplex-cluster: Remove status from required properties
Merge branch 'for-5.20/dt-bindings' into for-5.20/arm64/dt
arm64: tegra: Enable native timers on Tegra194
.../arm/tegra/nvidia,tegra-ccplex-cluster.yaml | 1 -
.../arm/tegra/nvidia,tegra194-axi2apb.yaml | 40 +++++
.../bindings/arm/tegra/nvidia,tegra194-cbb.yaml | 97 +++++++++++
.../bindings/arm/tegra/nvidia,tegra234-cbb.yaml | 74 +++++++++
.../bindings/timer/nvidia,tegra186-timer.yaml | 109 +++++++++++++
arch/arm64/boot/dts/nvidia/tegra132-norrin.dts | 4 +-
arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 49 +++++-
.../dts/nvidia/tegra186-p3509-0000+p3636-0001.dts | 6 +-
arch/arm64/boot/dts/nvidia/tegra186.dtsi | 37 ++++-
arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi | 2 +-
arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 47 +++++-
.../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 47 +++++-
arch/arm64/boot/dts/nvidia/tegra194.dtsi | 113 ++++++++++++-
arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts | 84 ++++++++++
arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi | 6 +-
arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi | 2 +-
arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 88 +++++++++-
arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 10 +-
arch/arm64/boot/dts/nvidia/tegra210.dtsi | 42 ++++-
.../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts | 49 +++++-
arch/arm64/boot/dts/nvidia/tegra234.dtsi | 177 +++++++++++++++++++++
include/dt-bindings/clock/tegra234-clock.h | 105 ++++++++++++
include/dt-bindings/memory/tegra234-mc.h | 26 +++
include/dt-bindings/power/tegra234-powergate.h | 2 +
include/dt-bindings/reset/tegra234-reset.h | 10 ++
25 files changed, 1196 insertions(+), 31 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra194-axi2apb.yaml
create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra194-cbb.yaml
create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra234-cbb.yaml
create mode 100644 Documentation/devicetree/bindings/timer/nvidia,tegra186-timer.yaml
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-07-08 18:58 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-08 18:56 [GIT PULL 0/7] NVIDIA Tegra changes for v5.20-rc1 Thierry Reding
2022-07-08 18:56 ` [GIT PULL 1/7] soc/tegra: Changes " Thierry Reding
2022-07-12 13:27 ` Arnd Bergmann
2022-07-13 10:58 ` Thierry Reding
2022-07-13 12:14 ` Arnd Bergmann
2022-07-13 12:19 ` Jon Hunter
2022-07-13 12:36 ` Arnd Bergmann
2022-07-14 6:49 ` Jon Hunter
2022-07-13 20:22 ` Thierry Reding
2022-07-14 6:30 ` Jon Hunter
2022-07-14 14:45 ` Arnd Bergmann
2022-07-14 13:31 ` Borislav Petkov
2022-07-15 8:06 ` Sumit Gupta
2022-07-28 17:34 ` Thierry Reding
2022-08-22 9:31 ` Sumit Gupta
2022-09-27 16:00 ` Thierry Reding
2022-07-08 18:56 ` [GIT PULL 2/7] firmware: tegra: " Thierry Reding
2022-07-08 18:56 ` [GIT PULL 3/7] dt-bindings: " Thierry Reding
2022-07-08 18:56 ` [GIT PULL 4/7] memory: tegra: " Thierry Reding
2022-07-08 18:56 ` [GIT PULL 5/7] ARM: tegra: Device tree changes " Thierry Reding
2022-07-08 18:56 ` Thierry Reding [this message]
2022-07-08 18:56 ` [GIT PULL 7/7] arm64: tegra: Default configuration updates " Thierry Reding
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220708185608.676474-7-thierry.reding@gmail.com \
--to=thierry.reding@gmail.com \
--cc=arm@kernel.org \
--cc=jonathanh@nvidia.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-tegra@vger.kernel.org \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).