mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
ASoC: tegra: Update compatible names
Following drivers are upstreamed (and present in v5.15) but not yet feature complete: tegra186_dspk.c tegra210_admaif.c tegra210_ahub.c tegra210_dmic.c tegra210_i2s.c To use these drivers, device nodes in DT can use OOT specific compatibles. Update compatibles in drivers to facilitate this. Bug 3583581 Change-Id: I1a9e31fc5f1b2d2539f644a413ba0c06c6da2110 Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2774435 Reviewed-by: Mohan Kumar D <mkumard@nvidia.com> Reviewed-by: Sharad Gupta <sharadg@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
4103ed0a7e
commit
11a70ecd46
@@ -656,7 +656,7 @@ static const struct regmap_config tegra186_dspk_regmap = {
|
||||
};
|
||||
|
||||
static const struct of_device_id tegra186_dspk_of_match[] = {
|
||||
{ .compatible = "nvidia,tegra186-dspk" },
|
||||
{ .compatible = "nvidia,tegra186-dspk-oot" },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, tegra186_dspk_of_match);
|
||||
|
||||
@@ -1211,8 +1211,8 @@ static const struct tegra_admaif_soc_data soc_data_tegra186 = {
|
||||
};
|
||||
|
||||
static const struct of_device_id tegra_admaif_of_match[] = {
|
||||
{ .compatible = "nvidia,tegra210-admaif", .data = &soc_data_tegra210 },
|
||||
{ .compatible = "nvidia,tegra186-admaif", .data = &soc_data_tegra186 },
|
||||
{ .compatible = "nvidia,tegra210-admaif-oot", .data = &soc_data_tegra210 },
|
||||
{ .compatible = "nvidia,tegra186-admaif-oot", .data = &soc_data_tegra186 },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, tegra_admaif_of_match);
|
||||
|
||||
@@ -1483,9 +1483,9 @@ static const struct tegra_ahub_soc_data soc_data_tegra234 = {
|
||||
};
|
||||
|
||||
static const struct of_device_id tegra_ahub_of_match[] = {
|
||||
{ .compatible = "nvidia,tegra210-ahub", .data = &soc_data_tegra210 },
|
||||
{ .compatible = "nvidia,tegra186-ahub", .data = &soc_data_tegra186 },
|
||||
{ .compatible = "nvidia,tegra234-ahub", .data = &soc_data_tegra234 },
|
||||
{ .compatible = "nvidia,tegra210-ahub-oot", .data = &soc_data_tegra210 },
|
||||
{ .compatible = "nvidia,tegra186-ahub-oot", .data = &soc_data_tegra186 },
|
||||
{ .compatible = "nvidia,tegra234-ahub-oot", .data = &soc_data_tegra234 },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, tegra_ahub_of_match);
|
||||
|
||||
@@ -692,7 +692,7 @@ static const struct dev_pm_ops tegra210_dmic_pm_ops = {
|
||||
};
|
||||
|
||||
static const struct of_device_id tegra210_dmic_of_match[] = {
|
||||
{ .compatible = "nvidia,tegra210-dmic" },
|
||||
{ .compatible = "nvidia,tegra210-dmic-oot" },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, tegra210_dmic_of_match);
|
||||
|
||||
@@ -1270,7 +1270,7 @@ static const struct dev_pm_ops tegra210_i2s_pm_ops = {
|
||||
};
|
||||
|
||||
static const struct of_device_id tegra210_i2s_of_match[] = {
|
||||
{ .compatible = "nvidia,tegra210-i2s" },
|
||||
{ .compatible = "nvidia,tegra210-i2s-oot" },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, tegra210_i2s_of_match);
|
||||
|
||||
Reference in New Issue
Block a user