aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2020-09-17 12:07:48 +0200
committerThierry Reding <treding@nvidia.com>2020-09-18 15:55:31 +0200
commit03d285230708c6d851c8c570778b748449c5b852 (patch)
tree327e7cb7eeafa8918e11d9006a741d7da22c6439 /drivers
parentsoc/tegra: fuse: Add Tegra234 support (diff)
downloadlinux-dev-03d285230708c6d851c8c570778b748449c5b852.tar.xz
linux-dev-03d285230708c6d851c8c570778b748449c5b852.zip
soc/tegra: misc: Add Tegra234 support
The MISC block is largely similar to that found on earlier chips, but not completely compatible. Allow binding to the instantiation found on Tegra234. Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/soc/tegra/fuse/tegra-apbmisc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/tegra/fuse/tegra-apbmisc.c b/drivers/soc/tegra/fuse/tegra-apbmisc.c
index 0e4eb2656f44..cee207d10024 100644
--- a/drivers/soc/tegra/fuse/tegra-apbmisc.c
+++ b/drivers/soc/tegra/fuse/tegra-apbmisc.c
@@ -95,6 +95,7 @@ static const struct of_device_id apbmisc_match[] __initconst = {
{ .compatible = "nvidia,tegra20-apbmisc", },
{ .compatible = "nvidia,tegra186-misc", },
{ .compatible = "nvidia,tegra194-misc", },
+ { .compatible = "nvidia,tegra234-misc", },
{},
};