Re: [PATCH 3/3] soc/tegra: fuse: Add Tegra132 support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 01/08/2015 03:24 PM, Thierry Reding wrote:
From: Thierry Reding <treding@xxxxxxxxxx>

Tegra132 is very similar to Tegra124 from a peripheral point of view and
uses the same fuse controller.

Signed-off-by: Thierry Reding <treding@xxxxxxxxxx>
---
  drivers/soc/tegra/fuse/fuse-tegra.c   | 1 +
  drivers/soc/tegra/fuse/fuse-tegra30.c | 2 ++
  2 files changed, 3 insertions(+)

diff --git a/drivers/soc/tegra/fuse/fuse-tegra.c b/drivers/soc/tegra/fuse/fuse-tegra.c
index 011a3363c265..c0d660f1aaac 100644
--- a/drivers/soc/tegra/fuse/fuse-tegra.c
+++ b/drivers/soc/tegra/fuse/fuse-tegra.c
@@ -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", },
  	{},
  };
diff --git a/drivers/soc/tegra/fuse/fuse-tegra30.c b/drivers/soc/tegra/fuse/fuse-tegra30.c
index d1a4290cda5c..11fe22e0de73 100644
--- a/drivers/soc/tegra/fuse/fuse-tegra30.c
+++ b/drivers/soc/tegra/fuse/fuse-tegra30.c
@@ -184,6 +184,8 @@ static void __init legacy_fuse_init(void)
  	case TEGRA124:
  		fuse_info = &tegra124_info;
  		break;
+	case TEGRA132:
+		fuse_info = &tegra124_info;
Fall through intentionally?


  	default:
  		return;
  	}

--
To unsubscribe from this list: send the line "unsubscribe linux-soc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux