devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] firmware: tegra: bpmp: Add support for Tegra264
@ 2025-07-08  8:28 Thierry Reding
  2025-07-08  8:28 ` [PATCH v2 1/5] dt-bindings: firmware: Document Tegra264 BPMP Thierry Reding
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Thierry Reding @ 2025-07-08  8:28 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, devicetree,
	linux-tegra, linux-arm-kernel

From: Thierry Reding <treding@nvidia.com>

This extends support for the BPMP to the Tegra264 generation of chips.
Most of the BPMP is similar to earlier generations, but new features are
added and old ones deprecated, so a new DT compatible string is added.

Note that this series is a more logical regrouping of patches sent out
earlier. Patch 1 was already reviewed, but I've included it here for the
sake of completeness. Patch 2 addresses review comments from Krzysztof.
Patches 3-5 contain some minor Kconfig issues as well as the Tegra264
support in the driver.

Thierry

Thierry Reding (5):
  dt-bindings: firmware: Document Tegra264 BPMP
  dt-bindings: Add Tegra264 clock and reset definitions
  firmware: tegra: Fix IVC dependency problems
  firmware: tegra: bpmp: Add support for Tegra264
  arm64: defconfig: Enable Tegra HSP and BPMP

 .../firmware/nvidia,tegra186-bpmp.yaml        |   1 +
 arch/arm64/configs/defconfig                  |   2 +
 drivers/firmware/tegra/Kconfig                |   5 +-
 drivers/firmware/tegra/bpmp.c                 |   6 +-
 drivers/soc/tegra/Kconfig                     |   9 -
 include/dt-bindings/clock/nvidia,tegra264.h   | 466 ++++++++++++++++++
 include/dt-bindings/reset/nvidia,tegra264.h   |  92 ++++
 7 files changed, 568 insertions(+), 13 deletions(-)
 create mode 100644 include/dt-bindings/clock/nvidia,tegra264.h
 create mode 100644 include/dt-bindings/reset/nvidia,tegra264.h

-- 
2.50.0


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

end of thread, other threads:[~2025-07-08 20:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08  8:28 [PATCH v2 0/5] firmware: tegra: bpmp: Add support for Tegra264 Thierry Reding
2025-07-08  8:28 ` [PATCH v2 1/5] dt-bindings: firmware: Document Tegra264 BPMP Thierry Reding
2025-07-08  8:28 ` [PATCH v2 2/5] dt-bindings: Add Tegra264 clock and reset definitions Thierry Reding
2025-07-08 20:21   ` Rob Herring (Arm)
2025-07-08  8:28 ` [PATCH v2 3/5] firmware: tegra: Fix IVC dependency problems Thierry Reding
2025-07-08  8:28 ` [PATCH v2 4/5] firmware: tegra: bpmp: Add support for Tegra264 Thierry Reding
2025-07-08  8:28 ` [PATCH v2 5/5] arm64: defconfig: Enable Tegra HSP and BPMP 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).