Skip to content

Commit

Permalink
soc/tegra: fuse: Add Tegra132 support
Browse files Browse the repository at this point in the history
Tegra132 is very similar to Tegra124 from a peripheral point of view and
uses the same fuse controller.

Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Thierry Reding committed Jan 9, 2015
1 parent 200d876 commit 9b07eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/soc/tegra/fuse/fuse-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ static const struct of_device_id car_match[] __initconst = {
{ .compatible = "nvidia,tegra30-car", },
{ .compatible = "nvidia,tegra114-car", },
{ .compatible = "nvidia,tegra124-car", },
{ .compatible = "nvidia,tegra132-car", },
{},
};

Expand Down
1 change: 1 addition & 0 deletions drivers/soc/tegra/fuse/fuse-tegra30.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ static void __init legacy_fuse_init(void)
fuse_info = &tegra114_info;
break;
case TEGRA124:
case TEGRA132:
fuse_info = &tegra124_info;
break;
default:
Expand Down

0 comments on commit 9b07eb0

Please sign in to comment.