diff options
author | Kartik <kkartik@nvidia.com> | 2023-10-17 10:53:21 +0530 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2024-02-01 15:58:05 +0100 |
commit | 972167c690801ddf60e88da50493b4ffe103c7f2 (patch) | |
tree | 5588e5a2a976d8f3aef94442a649f8db6c3d6824 /include/ras | |
parent | 13a69354147e0aaf39695bfb9062738916e924a0 (diff) |
soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234
Add ACPI support for Tegra194 & Tegra243 SoC's. This requires
following modifications to the probe when ACPI boot is used:
- Initialize soc data.
- Add nvmem lookups.
- Register soc device.
- use devm_clk_get_optional() instead of devm_clk_get() to get
fuse->clk, as fuse clocks are not required when using ACPI boot.
Also, drop '__init' keyword for tegra_soc_device_register() as this is also
used by tegra_fuse_probe() and use dev_err_probe() wherever applicable.
Signed-off-by: Kartik <kkartik@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/ras')
0 files changed, 0 insertions, 0 deletions