commit | 7b0c505eb3414619feef0bd8acc455858f17c1c6 | [log] [tgz] |
---|---|---|
author | Kartik <kkartik@nvidia.com> | Tue Oct 17 10:53:18 2023 +0530 |
committer | Thierry Reding <treding@nvidia.com> | Thu Feb 01 15:58:05 2024 +0100 |
tree | 8cabd2663d79f4229569f60c751af27d3a1c3dce | |
parent | f0139d666685ef339fe5b588696db754e0ac8159 [diff] |
soc/tegra: fuse: Add tegra_acpi_init_apbmisc() In preparation to ACPI support in Tegra fuse driver add function tegra_acpi_init_apbmisc() to initialize tegra-apbmisc driver. Also, document the reason of calling tegra_init_apbmisc() at early init. Note that function tegra_acpi_init_apbmisc() is not placed in the __init section, because it will be called during probe. Signed-off-by: Kartik <kkartik@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>