mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
video: tegra: nvmap: Cleanup the compatible string
Remove nvidia,carveouts-t18x and nvidia,carveouts-t19x as compatible strings from nvmap driver code, as we should only use nvidia,carveouts as compatible string. JIRA TMM-6011 Change-Id: I08ed5fae564b1f0fd944ae197d568e37ad563d1c Signed-off-by: Ketan Patil <ketanp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3313960 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com>
This commit is contained in:
@@ -44,8 +44,6 @@ extern ulong nvmap_init_time;
|
|||||||
|
|
||||||
static const struct of_device_id nvmap_of_ids[] = {
|
static const struct of_device_id nvmap_of_ids[] = {
|
||||||
{ .compatible = "nvidia,carveouts" },
|
{ .compatible = "nvidia,carveouts" },
|
||||||
{ .compatible = "nvidia,carveouts-t18x" },
|
|
||||||
{ .compatible = "nvidia,carveouts-t19x" },
|
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, nvmap_of_ids);
|
MODULE_DEVICE_TABLE(of, nvmap_of_ids);
|
||||||
|
|||||||
Reference in New Issue
Block a user