From eb1d8b3b580e2b5a78c03cce7c268ac62fa5d72b Mon Sep 17 00:00:00 2001 From: Manish Bhardwaj Date: Thu, 8 Dec 2022 14:01:40 +0000 Subject: [PATCH] vse: update host1x driver compatibile string Using this patch we are updating the host1x driver's compatibility string since this has been changed for upstream host1x driver JIRA ESLC-7104 Change-Id: If1502c7639a0c4037cbcab6454a262e3990a74d1 Signed-off-by: Manish Bhardwaj Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2824204 Reviewed-by: svcacv Reviewed-by: Suresh Venkatachalam Reviewed-by: Sandeep Trasi GVS: Gerrit_Virtual_Submit --- drivers/crypto/tegra-hv-vse-safety.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/crypto/tegra-hv-vse-safety.c b/drivers/crypto/tegra-hv-vse-safety.c index c53103f2..66b55415 100644 --- a/drivers/crypto/tegra-hv-vse-safety.c +++ b/drivers/crypto/tegra-hv-vse-safety.c @@ -4196,8 +4196,7 @@ static void tegra_hv_vse_safety_unregister_hwrng(struct tegra_virtual_se_dev *se } static const struct of_device_id host1x_match[] = { - { .compatible = "nvidia,tegra194-host1x-hv", }, - { .compatible = "nvidia,tegra234-host1x-hv", }, + { .compatible = "nvidia,tegra234-host1x", }, {}, };