memory: tegra186-emc: support t210b01

Tegra210b01 uses Tegra186 style emc management, as in it is
offloaded to BPMP. This driver already implements this, so no
reason to shoehorn in elsewhere.
This commit is contained in:
2025-10-06 21:05:50 +00:00
parent 808b7ff59d
commit 67d1dc3954

View File

@@ -516,6 +516,9 @@ static const struct of_device_id tegra186_emc_of_match[] = {
#if defined(CONFIG_ARCH_TEGRA_186_SOC) #if defined(CONFIG_ARCH_TEGRA_186_SOC)
{ .compatible = "nvidia,tegra186-emc" }, { .compatible = "nvidia,tegra186-emc" },
#endif #endif
#if defined(CONFIG_ARCH_TEGRA_210_SOC)
{ .compatible = "nvidia,tegra210b01-emc" },
#endif
#if defined(CONFIG_ARCH_TEGRA_194_SOC) #if defined(CONFIG_ARCH_TEGRA_194_SOC)
{ .compatible = "nvidia,tegra194-emc" }, { .compatible = "nvidia,tegra194-emc" },
#endif #endif