[PATCH v2 0/3] soc/tegra: fuse: Add Tegra264 support
From: Jon Hunter
Date: Thu Sep 17 2026 - 05:27:38 EST
This series adds support for the FUSE block found on Tegra264. The first
two patches were originally posted by Thierry Reding and add the device
tree binding and FUSE node. The third patch adds the Tegra264 FUSE SoC
data, including the register range and keepouts.
Changes in v2:
- Reword the device tree binding commit message following review
feedback
- Correct the register range for the efuse block to map the complete
address space.
- Add Tegra264 FUSE driver support
Link: https://lore.kernel.org/linux-tegra/20260320233822.2578569-1-thierry.reding@xxxxxxxxxx/
Signed-off-by: Jon Hunter <jonathanh@xxxxxxxxxx>
---
Jon Hunter (1):
soc/tegra: fuse: Add Tegra264 support
Thierry Reding (2):
dt-bindings: fuse: Document compatible string for Tegra264 FUSE
arm64: tegra: Add FUSE block on Tegra264
.../bindings/fuse/nvidia,tegra20-fuse.yaml | 1 +
arch/arm64/boot/dts/nvidia/tegra264.dtsi | 7 +
drivers/soc/tegra/fuse/fuse-tegra.c | 11 +-
drivers/soc/tegra/fuse/fuse-tegra30.c | 168 ++++++++++++++++++++-
drivers/soc/tegra/fuse/fuse.h | 7 +-
5 files changed, 191 insertions(+), 3 deletions(-)
---
base-commit: e6e35979777d646fe3c7c94dca7dd32fb25d45f4
change-id: 20260916-tegra-tegra264-fuse-5561d592539d
Best regards,
--
Jon Hunter <jonathanh@xxxxxxxxxx>