From f44682d9fc35f74ffc4dd542b5ab1d6136c8d02b Mon Sep 17 00:00:00 2001 From: Ketan Patil Date: Wed, 5 Mar 2025 08:38:37 +0000 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3313960 GVS: buildbot_gerritrpt Reviewed-by: svcacv Reviewed-by: Pritesh Raithatha --- drivers/video/tegra/nvmap/nvmap_init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/video/tegra/nvmap/nvmap_init.c b/drivers/video/tegra/nvmap/nvmap_init.c index 0dd0fc81..7b4371b1 100644 --- a/drivers/video/tegra/nvmap/nvmap_init.c +++ b/drivers/video/tegra/nvmap/nvmap_init.c @@ -44,8 +44,6 @@ extern ulong nvmap_init_time; static const struct of_device_id nvmap_of_ids[] = { { .compatible = "nvidia,carveouts" }, - { .compatible = "nvidia,carveouts-t18x" }, - { .compatible = "nvidia,carveouts-t19x" }, { } }; MODULE_DEVICE_TABLE(of, nvmap_of_ids);