From d940c0e8132542300daee7779241469f8e62df54 Mon Sep 17 00:00:00 2001 From: Sameer Pujar Date: Tue, 15 Jun 2021 17:02:58 +0530 Subject: [PATCH] ASoC: tegra: Generic compatible names for driver The tegra_machine_driver.c now is a generic machine driver which is used with multiple Jetson platforms and audio cards. Hence get rid of strings like 'mobile' or 'rt565x' which are misleading in terms of usage domain. Bug 200717065 Bug 200739452 Change-Id: Ifc2a5bf238cc222ca23681a9764809f6afb2de87 Signed-off-by: Sameer Pujar Reviewed-on: https://git-master.nvidia.com/r/c/linux-5.10/+/2545307 Reviewed-by: svcacv Reviewed-by: svc_kernel_abi Reviewed-by: Jonathan Hunter Reviewed-by: Mohan Kumar D Reviewed-by: Asha Talambedu Reviewed-by: Viswanath L Reviewed-by: Sachin Nikam Reviewed-by: Sharad Gupta Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- sound/soc/tegra/tegra_machine_driver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/soc/tegra/tegra_machine_driver.c b/sound/soc/tegra/tegra_machine_driver.c index 7eb533af..dc3bd860 100644 --- a/sound/soc/tegra/tegra_machine_driver.c +++ b/sound/soc/tegra/tegra_machine_driver.c @@ -1,5 +1,5 @@ /* - * tegra_machine_driver_mobile.c - Tegra ASoC Machine driver for mobile + * tegra_machine_driver.c - Tegra ASoC Machine driver * * Copyright (c) 2017-2021 NVIDIA CORPORATION. All rights reserved. * @@ -308,8 +308,8 @@ static struct snd_soc_card snd_soc_tegra_card = { /* structure to match device tree node */ static const struct of_device_id tegra_machine_of_match[] = { - { .compatible = "nvidia,tegra-audio-t186ref-mobile-rt565x" }, - { .compatible = "nvidia,tegra-audio-t210ref-mobile-rt565x" }, + { .compatible = "nvidia,tegra186-ape" }, + { .compatible = "nvidia,tegra210-ape" }, {}, };