diff --git a/drivers/gpu/host1x-fence/dev.c b/drivers/gpu/host1x-fence/dev.c index 12350d8e..4076ebf8 100644 --- a/drivers/gpu/host1x-fence/dev.c +++ b/drivers/gpu/host1x-fence/dev.c @@ -543,6 +543,7 @@ unregister_chrdev_region: static const struct of_device_id host1x_fence_of_match[] = { { .compatible = "nvidia,tegra234-host1x" }, + { .compatible = "nvidia,tegra264-host1x" }, { }, }; MODULE_DEVICE_TABLE(of, host1x_fence_of_match);