mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
gpu: host1x-fence: Add Tegra234 compatible string
To allow detection of host1x instances on Tegra234, add the corresponding compatible string. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Change-Id: Idf3259403793faeedd467e3b3fd012acb468e608 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2823261 Reviewed-by: Deepak Kumar Badgaiyan <dbadgaiyan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Tested-by: Deepak Kumar Badgaiyan <dbadgaiyan@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
f1ef7ee317
commit
e2b55e1a2c
@@ -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", },
|
||||
{},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user