gpu: host1x-fence: share host1x compatible string

Same compatible string can be shared between host1x_next and
host1x_fence kernel modules so that those two modules will get
automatically loaded.

Bug 4291144

Signed-off-by: Johnny Liu <johnliu@nvidia.com>
Change-Id: I9901f4e094d1d6484f6d6cec6b9890c9a51ad1f6
This commit is contained in:
Johnny Liu
2023-09-27 05:44:08 +00:00
committed by Jon Hunter
parent a9701b22c1
commit 897629c033

View File

@@ -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);