mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
tegra-virt-alt: Added changes for XBAR
Jira TAS-2292 Change-Id: I69c47dcfe4de3bf0c958dc0f9b0954b66dd52830
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user