Skip to content

Commit 03d2852

Browse files
committed
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>
1 parent 1f44feb commit 03d2852

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/tegra/fuse/tegra-apbmisc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ static const struct of_device_id apbmisc_match[] __initconst = {
9595
{ .compatible = "nvidia,tegra20-apbmisc", },
9696
{ .compatible = "nvidia,tegra186-misc", },
9797
{ .compatible = "nvidia,tegra194-misc", },
98+
{ .compatible = "nvidia,tegra234-misc", },
9899
{},
99100
};
100101

0 commit comments

Comments
 (0)