Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc/tegra: Add Tegra210 support

Add Tegra210 to the matching table for NVIDIA Tegra SoCs.

Signed-off-by: Thierry Reding <treding@nvidia.com>

+1
+1
drivers/soc/tegra/common.c
··· 16 16 { .compatible = "nvidia,tegra114", }, 17 17 { .compatible = "nvidia,tegra124", }, 18 18 { .compatible = "nvidia,tegra132", }, 19 + { .compatible = "nvidia,tegra210", }, 19 20 { } 20 21 }; 21 22