diff --git a/drivers/gpu/host1x-fence/dev.c b/drivers/gpu/host1x-fence/dev.c index 844f57a2..2861a76c 100644 --- a/drivers/gpu/host1x-fence/dev.c +++ b/drivers/gpu/host1x-fence/dev.c @@ -35,6 +35,7 @@ static int dev_file_open(struct inode *inode, struct file *file) static const struct of_device_id host1x_match[] = { { .compatible = "nvidia,tegra186-host1x", }, { .compatible = "nvidia,tegra194-host1x", }, + { .compatible = "nvidia,tegra234-host1x", }, {}, };