soc/tegra: fuse: Remove fuse-burn driver

Burning fuse from Kernel is no longer a valid usecase and the driver is
only used to add sysfs to allow reading fuse values from userspace.
Upstream kernel already supports this with the nvmem interface.

Deprecate and remove the fuse-burn driver as an OOT module.

Bug 3934453

Change-Id: I6963531938adcefca76573d25a510268c515b34a
Signed-off-by: Kartik <kkartik@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2852954
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Kartik
2023-02-03 10:59:02 +00:00
committed by mobile promotions
parent 8ea6700062
commit 6741556a7d
2 changed files with 1 additions and 1147 deletions

View File

@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
obj-m += fuse-burn.o
obj-m += kfuse.o obj-m += kfuse.o

View File

File diff suppressed because it is too large Load Diff