tegra-virt-alt: Added changes for XBAR

Jira TAS-2292

Change-Id: I69c47dcfe4de3bf0c958dc0f9b0954b66dd52830
This commit is contained in:
pmedawala
2024-04-16 16:23:15 +00:00
committed by Jon Hunter
parent 021bbbedb0
commit 4a8d285e19
3 changed files with 984 additions and 552 deletions

View File

@@ -84,6 +84,14 @@ static int tegra_virt_machine_driver_probe(struct platform_device *pdev)
if (!match)
return -ENODEV;
soc_data = (struct tegra_virt_admaif_soc_data *)match->data;
} else if (of_device_is_compatible(pdev->dev.of_node,
"nvidia,tegra264-virt-pcm")) {
card = &tegra_virt_t186ref_card;
match = of_match_device(tegra_virt_machine_of_match,
&pdev->dev);
if (!match)
return -ENODEV;
soc_data = (struct tegra_virt_admaif_soc_data *)match->data;
} else {
card = &tegra_virt_t186ref_card;
match = of_match_device(tegra_virt_machine_of_match,