mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user