mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
bus: aocluster: Add T264 support
Add compatible for T264 aocluster. Bug 4165898 Change-Id: I2d5ac7e4de4c16968f6309f0152dc595a757571d Signed-off-by: Viswanath L <viswanathl@nvidia.com>
This commit is contained in:
@@ -30,6 +30,7 @@ static int tegra_aocluster_remove(struct platform_device *pdev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct of_device_id tegra_aocluster_of_match[] = {
|
static const struct of_device_id tegra_aocluster_of_match[] = {
|
||||||
|
{ .compatible = "nvidia,tegra264-aocluster", },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, tegra_aocluster_of_match);
|
MODULE_DEVICE_TABLE(of, tegra_aocluster_of_match);
|
||||||
|
|||||||
Reference in New Issue
Block a user