On Thu, Sep 17, 2026 at 10:16:00AM +0100, Jon Hunter wrote:
> 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@kernel.org/
> Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
> ---
> 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(-)
All there patches applied, thanks.
Thierry