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

soc/tegra: Add Tegra132 support

Add Tegra132 to the matching table for NVIDIA Tegra SoCs.

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

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